mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
textual
This commit is contained in:
parent
69bb285524
commit
864256269b
1 changed files with 8 additions and 8 deletions
|
@ -145,7 +145,7 @@ int infoLTO(bool verbose) {
|
|||
lto_switch_off_field();
|
||||
|
||||
if (ret_val == PM3_SUCCESS) {
|
||||
PrintAndLogEx(SUCCESS, "\nUID: %s", sprint_hex(serial_number, sizeof(serial_number)));
|
||||
PrintAndLogEx(SUCCESS, "\nUID: " _YELLOW_("%s"), sprint_hex_inrow(serial_number, sizeof(serial_number)));
|
||||
|
||||
// todo: add printing of all configuration
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue