mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
CHG: 'sc brute' - now is interruptable, optional tlv decode,
This commit is contained in:
parent
b38a0fb142
commit
acb41a7376
7 changed files with 291 additions and 91 deletions
|
@ -914,7 +914,7 @@ static command_t CommandTable[] =
|
|||
};
|
||||
|
||||
int CmdHFFido(const char *Cmd) {
|
||||
(void)WaitForResponseTimeout(CMD_ACK,NULL,100);
|
||||
(void)WaitForResponseTimeout(CMD_ACK, NULL, 100);
|
||||
CmdsParse(CommandTable, Cmd);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue