This commit is contained in:
iceman1001
2021-03-29 10:48:46 +02:00
parent 0582f47e2d
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.length == 16 || resp.length == 32) {
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(INFO, "--- " _CYAN_("Tag Information") " ---------------------------");
print_barcode(resp.data.asBytes, resp.length, verbose);
} else {
if (verbose)

View File

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