a few bug fixes with adding hitag detection to...

`lf search`
This commit is contained in:
marshmellow42 2016-12-16 14:04:39 -05:00
commit 921e63992c
2 changed files with 33 additions and 6 deletions

View file

@ -1180,9 +1180,11 @@ int CmdLFfind(const char *Cmd)
return 1;
}
ans=CmdLFHitagReader("26");
if (ans==0) {
return 1;
if (!offline && (cmdp != '1')){
ans=CmdLFHitagReader("26");
if (ans==0) {
return 1;
}
}
PrintAndLog("\nNo Known Tags Found!\n");