mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-10-08 21:06:07 +08:00
Merge pull request #600 from marshmellow42/master
more graceful exit to lf search if no signal found
This commit is contained in:
commit
03cdcca03f
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…
Add table
Reference in a new issue