From: martin.holst@gmail.com Date: Mon, 16 Sep 2013 18:38:47 +0000 (+0000) Subject: Patch by jonor for hf list 14b, wait of ack was missing. See http://www.proxmark... X-Git-Tag: v1.0.0~81 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/869cabf7ddc78cdb573bd98b7454112913d7c553 Patch by jonor for hf list 14b, wait of ack was missing. See http://www.proxmark.org/forum/viewtopic.php?pid=8260#p8260 --- diff --git a/client/cmdhf14b.c b/client/cmdhf14b.c index 83d6633c..7694c2cd 100644 --- a/client/cmdhf14b.c +++ b/client/cmdhf14b.c @@ -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");