]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: increase sample amount, since it found too few bits
authoriceman1001 <iceman@iuse.se>
Fri, 20 Jan 2017 21:11:59 +0000 (22:11 +0100)
committericeman1001 <iceman@iuse.se>
Fri, 20 Jan 2017 21:11:59 +0000 (22:11 +0100)
client/cmdlfvisa2000.c

index 79924c76fe6a950bd28371a9552c5fede47e77a3..42e1a00ff88e1519898e38aed5333cca5cd70bae 100644 (file)
@@ -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);
 }
 
Impressum, Datenschutz