From: iceman1001 Date: Fri, 28 Oct 2016 14:37:26 +0000 (+0200) Subject: CHG: clean up X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/c3c12b5571d3654adaf1edf02eda9b2ff57647cc CHG: clean up --- diff --git a/client/cmdlf.c b/client/cmdlf.c index dde05cb3..d64a15c5 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -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!");