mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
ADD: 'hf 14a read' - correct identify Aztek tags, instead of claiming it to be "not mfu".
This commit is contained in:
parent
52108cabf3
commit
cf5a79de33
2 changed files with 3 additions and 1 deletions
|
@ -221,6 +221,8 @@ int CmdHF14AReader(const char *Cmd) {
|
|||
uint32_t tagT = GetHF14AMfU_Type();
|
||||
if (tagT != UL_ERROR)
|
||||
ul_print_type(tagT, 0);
|
||||
else
|
||||
PrintAndLog("TYPE: Possible AZTEK (iso14443a compliant)");
|
||||
|
||||
// reconnect for further tests
|
||||
c.arg[0] = ISO14A_CONNECT | ISO14A_NO_DISCONNECT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue