fix iso15693 output in hf search

This commit is contained in:
iceman1001 2024-02-17 14:20:52 +01:00
commit 6466ce4e6d
2 changed files with 3 additions and 2 deletions

View file

@ -491,6 +491,7 @@ static int getUID(bool verbose, bool loop, uint8_t *buf) {
}
if (verbose) {
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(SUCCESS, "UID.... " _GREEN_("%s"), iso15693_sprintUID(NULL, buf));
PrintAndLogEx(SUCCESS, "TYPE... " _YELLOW_("%s"), getTagInfo_15(buf));
PrintAndLogEx(NORMAL, "");