mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
CHG: clean up
This commit is contained in:
parent
ba39db376c
commit
c3c12b5571
1 changed files with 7 additions and 0 deletions
|
@ -1019,10 +1019,17 @@ int CmdLFfind(const char *Cmd) {
|
|||
}
|
||||
if (cmdp == 'u' || cmdp == 'U') testRaw = 'u';
|
||||
|
||||
// if ( justNoise(GraphBuffer, GraphTraceLen) ) {
|
||||
// PrintAndLog("Signal looks just like noise. Quitting.");
|
||||
// return 0;
|
||||
// }
|
||||
|
||||
PrintAndLog("NOTE: some demods output possible binary\n if it finds something that looks like a tag");
|
||||
PrintAndLog("False Positives ARE possible\n");
|
||||
PrintAndLog("\nChecking for known tags:\n");
|
||||
|
||||
|
||||
|
||||
ans=CmdFSKdemodIO("");
|
||||
if (ans>0) {
|
||||
PrintAndLog("\nValid IO Prox ID Found!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue