mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
'hf search' new line for
This commit is contained in:
parent
0d122fa206
commit
f42f7c2250
3 changed files with 3 additions and 0 deletions
|
@ -1340,6 +1340,7 @@ int readLegicUid(bool verbose) {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(SUCCESS, " UID : %s", sprint_hex(card.uid, sizeof(card.uid)));
|
||||
legic_print_type(card.cardsize, 0);
|
||||
return PM3_SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue