fix lf search - cotag exiting on deviceside

This commit is contained in:
iceman1001
2020-12-01 17:06:49 +01:00
parent 2cabfd7e9d
commit 2613284dfc
3 changed files with 32 additions and 4 deletions

View File

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