mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
textual
This commit is contained in:
parent
bd80fa254e
commit
6166849382
1 changed files with 1 additions and 1 deletions
|
@ -1815,7 +1815,7 @@ bool readHF15Uid(bool verbose) {
|
|||
if (verbose) PrintAndLogEx(WARNING, "No tag found.");
|
||||
return false;
|
||||
}
|
||||
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(SUCCESS, " UID : %s", sprintUID(NULL, uid));
|
||||
PrintAndLogEx(SUCCESS, " TYPE : %s", getTagInfo_15(uid));
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue