hf search - always turn off field

This commit is contained in:
iceman1001 2020-12-21 20:50:47 +01:00
parent d4c87945b8
commit e25a99077e

View file

@ -157,11 +157,11 @@ int CmdHFSearch(const char *Cmd) {
PROMPT_CLEARLINE; PROMPT_CLEARLINE;
if (res != PM3_SUCCESS) { if (res != PM3_SUCCESS) {
PrintAndLogEx(WARNING, _RED_("No known/supported 13.56 MHz tags found")); PrintAndLogEx(WARNING, _RED_("No known/supported 13.56 MHz tags found"));
res = PM3_ESOFT; res = PM3_ESOFT;
} }
DropField();
return res; return res;
} }