mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
Patch by jonor for hf list 14b, wait of ack was missing. See http://www.proxmark.org/forum/viewtopic.php?pid=8260#p8260
This commit is contained in:
parent
9492e0b098
commit
869cabf7dd
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue