From: iceman1001 Date: Fri, 20 Jan 2017 21:11:59 +0000 (+0100) Subject: CHG: increase sample amount, since it found too few bits X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/c840385effee20347ec8179a393bf109c681de9d CHG: increase sample amount, since it found too few bits --- diff --git a/client/cmdlfvisa2000.c b/client/cmdlfvisa2000.c index 79924c76..42e1a00f 100644 --- a/client/cmdlfvisa2000.c +++ b/client/cmdlfvisa2000.c @@ -99,7 +99,7 @@ int CmdVisa2kDemod(const char *Cmd) { int CmdVisa2kRead(const char *Cmd) { CmdLFRead("s"); - getSamples("12000",TRUE); + getSamples("16000",TRUE); return CmdVisa2kDemod(Cmd); }