'hf search' new line for

This commit is contained in:
iceman1001 2019-09-23 18:59:45 +02:00
commit f42f7c2250
3 changed files with 3 additions and 0 deletions

View file

@ -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;