mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fixes
This commit is contained in:
parent
e8015142cd
commit
195102e9ae
12 changed files with 38 additions and 33 deletions
|
@ -221,10 +221,10 @@ int CmdHF14BCmdRaw (const char *Cmd) {
|
|||
bool success = true;
|
||||
// get back iso14b_card_select_t, don't print it.
|
||||
if (select)
|
||||
success = waitCmd(FALSE);
|
||||
success = waitCmd(false);
|
||||
|
||||
// get back response from the raw bytes you sent.
|
||||
if (success && datalen>0) waitCmd(TRUE);
|
||||
if (success && datalen>0) waitCmd(true);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue