From 75a5b2efb31ff6a01db69b550f29d2de69e70605 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 10 Dec 2019 18:30:18 +0100 Subject: [PATCH] textual --- client/cmdhf15.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/cmdhf15.c b/client/cmdhf15.c index 13bc02fa8..c2bd777e3 100644 --- a/client/cmdhf15.c +++ b/client/cmdhf15.c @@ -866,6 +866,7 @@ static int CmdHF15Info(const char *Cmd) { memcpy(uid, recv + 2, sizeof(uid)); + PrintAndLogEx(NORMAL, ""); PrintAndLogEx(SUCCESS, " UID : %s", sprintUID(NULL, uid)); PrintAndLogEx(SUCCESS, " TYPE : %s", getTagInfo_15(recv + 2)); PrintAndLogEx(SUCCESS, " SYSINFO : %s", sprint_hex(recv, status - 2));