X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/38b3509542c4a5451a5701be0b073acbd7f79465..d1869c3336e82b7f2eb68b7fa9a5bdb865ff6b23:/client/cmdlf.c diff --git a/client/cmdlf.c b/client/cmdlf.c index 41feec20..93a1398d 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -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'");