mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-10 17:30:07 +08:00
more graceful exit to lf search if no signal found
This commit is contained in:
parent
e475fce44d
commit
a468b4277a
1 changed files with 1 additions and 0 deletions
|
@ -947,6 +947,7 @@ int CmdLFfind(const char *Cmd)
|
|||
return 1;
|
||||
}
|
||||
}
|
||||
PrintAndLog("\nNo Data Found! - maybe not an LF tag?\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue