This commit is contained in:
iceman1001 2021-03-29 10:48:46 +02:00
commit 1a16160534
2 changed files with 2 additions and 1 deletions

View file

@ -124,6 +124,8 @@ int infoThinFilm(bool verbose) {
if (resp.status == PM3_SUCCESS) { if (resp.status == PM3_SUCCESS) {
if (resp.length == 16 || resp.length == 32) { if (resp.length == 16 || resp.length == 32) {
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(INFO, "--- " _CYAN_("Tag Information") " ---------------------------");
print_barcode(resp.data.asBytes, resp.length, verbose); print_barcode(resp.data.asBytes, resp.length, verbose);
} else { } else {
if (verbose) if (verbose)

View file

@ -614,7 +614,6 @@ int readTopazUid(bool verbose) {
// printing // printing
PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "");
PrintAndLogEx(INFO, "--- " _CYAN_("Tag Information") " ---------------------------"); PrintAndLogEx(INFO, "--- " _CYAN_("Tag Information") " ---------------------------");
PrintAndLogEx(INFO, "-------------------------------------------------------------");
PrintAndLogEx(SUCCESS, " UID: %02x %02x %02x %02x %02x %02x %02x", PrintAndLogEx(SUCCESS, " UID: %02x %02x %02x %02x %02x %02x %02x",
topaz_tag.uid[6], topaz_tag.uid[6],
topaz_tag.uid[5], topaz_tag.uid[5],