X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/890ae3dd439e4ff5fab19414a1b8d632d2ec01b9..9945a928c76e7ebd068ee7f63410517f41645633:/client/cmdlfpresco.c?ds=sidebyside diff --git a/client/cmdlfpresco.c b/client/cmdlfpresco.c index 829e2e6f..3bf5e1be 100644 --- a/client/cmdlfpresco.c +++ b/client/cmdlfpresco.c @@ -153,7 +153,7 @@ int CmdPrescoRead(const char *Cmd) { // read lf silently CmdLFRead("s"); // get samples silently - getSamples("30000",false); + getSamples("20000", TRUE); // demod and output Presco ID return CmdPrescoDemod(Cmd); }