]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
Add LF ASK Sequence Terminator detection...
[proxmark3-svn] / client / cmdlf.c
index 41feec20d5b708b98636eaacaa71a5a4b7ce04c5..93a1398d7d76d85944179fdd711ffa9676767235 100644 (file)
@@ -1193,7 +1193,8 @@ int CmdLFfind(const char *Cmd)
                                return 1;
                        }
                }
-               ans=ASKDemod("0 0 0",TRUE,FALSE,1);
+               bool st = TRUE;
+               ans=ASKDemod_ext("0 0 0",TRUE,FALSE,1,&st);
                if (ans>0) {
                        PrintAndLog("\nUnknown ASK Modulated and Manchester encoded Tag Found!");
                        PrintAndLog("\nif it does not look right it could instead be ASK/Biphase - try 'data rawdemod ab'");
Impressum, Datenschutz