fix: 'hf search' - 14a detection was wrong. thanks @doegox for point it out.
This commit is contained in:
@@ -308,7 +308,7 @@ int CmdHF14AInfo(const char *Cmd) {
|
||||
PrintAndLog("Card doesn't support standard iso14443-3 anticollision");
|
||||
PrintAndLog("ATQA : %02x %02x", card.atqa[1], card.atqa[0]);
|
||||
DropField();
|
||||
return 0;
|
||||
return select_status;
|
||||
}
|
||||
|
||||
PrintAndLog(" UID : %s", sprint_hex(card.uid, card.uidlen));
|
||||
|
||||
Reference in New Issue
Block a user