mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix
This commit is contained in:
parent
0a22fd8f66
commit
b44c214009
1 changed files with 1 additions and 1 deletions
|
@ -7484,7 +7484,7 @@ static int CmdHF14AGen4Info(const char *cmd) {
|
|||
PrintAndLogEx(INFO, "UL protocol......... %02x", resp[0]);
|
||||
PrintAndLogEx(INFO, "UID length.......... %02x" NOLF, resp[1]);
|
||||
switch (resp[1]){
|
||||
case 0x01:
|
||||
case 0x00:
|
||||
PrintAndLogEx(NORMAL, " (4 byte)");
|
||||
break;
|
||||
case 0x01:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue