mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
hf search: fix 'no tag found' message display
This commit is contained in:
+2
-2
@@ -189,13 +189,13 @@ int CmdHFSearch(const char *Cmd) {
|
||||
*/
|
||||
|
||||
PROMPT_CLEARLINE;
|
||||
PROMPT_EMPTYLINE;
|
||||
if (res != PM3_SUCCESS) {
|
||||
|
||||
PrintAndLogEx(INPLACE, _RED_("No known/supported 13.56 MHz tags found"));
|
||||
PrintAndLogEx(WARNING, _RED_("No known/supported 13.56 MHz tags found"));
|
||||
res = PM3_ESOFT;
|
||||
}
|
||||
|
||||
PROMPT_EMPTYLINE;
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user