]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14b.c
Patch by jonor for hf list 14b, wait of ack was missing. See http://www.proxmark...
[proxmark3-svn] / client / cmdhf14b.c
index 83d6633c1e72e31d29cec4f714fabe9d87f425d9..7694c2cd3a7399898db88278a3c8174b9ef42bec 100644 (file)
@@ -147,6 +147,7 @@ int CmdHF14BList(const char *Cmd)
 {
   uint8_t got[960];
   GetFromBigBuf(got,sizeof(got),0);
+  WaitForResponse(CMD_ACK,NULL);
 
   PrintAndLog("recorded activity:");
   PrintAndLog(" time  :rssi: who bytes");
Impressum, Datenschutz