mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -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.");
|
if (verbose) PrintAndLogEx(WARNING, "No tag found.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(SUCCESS, " UID : %s", sprintUID(NULL, uid));
|
PrintAndLogEx(SUCCESS, " UID : %s", sprintUID(NULL, uid));
|
||||||
PrintAndLogEx(SUCCESS, " TYPE : %s", getTagInfo_15(uid));
|
PrintAndLogEx(SUCCESS, " TYPE : %s", getTagInfo_15(uid));
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue