This commit is contained in:
iceman1001 2022-03-23 22:40:53 +01:00
commit 77e6626c9c

View file

@ -1506,7 +1506,7 @@ int CmdLFfind(const char *Cmd) {
} }
} }
PrintAndLogEx(INPLACE, "Searching for COTAG tag..."); PrintAndLogEx(INPLACE, "Searching for COTAG tag... ");
if (readCOTAGUid()) { if (readCOTAGUid()) {
PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("COTAG ID") " found!"); PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("COTAG ID") " found!");
if (search_cont) { if (search_cont) {