fix: 'hf search' - 14a detection was wrong. thanks @doegox for point it out.
This commit is contained in:
@@ -1007,7 +1007,7 @@ int CmdHFSearch(const char *Cmd){
|
||||
if (cmdp == 'h' || cmdp == 'H') return usage_hf_search();
|
||||
|
||||
PrintAndLog("");
|
||||
int ans = CmdHF14AReader("s");
|
||||
int ans = CmdHF14AInfo("s");
|
||||
if (ans > 0) {
|
||||
PrintAndLog("\nValid ISO14443-A Tag Found - Quiting Search\n");
|
||||
return ans;
|
||||
|
||||
Reference in New Issue
Block a user