From 869cabf7ddc78cdb573bd98b7454112913d7c553 Mon Sep 17 00:00:00 2001 From: "martin.holst@gmail.com" Date: Mon, 16 Sep 2013 18:38:47 +0000 Subject: [PATCH] Patch by jonor for hf list 14b, wait of ack was missing. See http://www.proxmark.org/forum/viewtopic.php?pid=8260#p8260 --- client/cmdhf14b.c | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.39.2