]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Fixed problem with em4100, see http://www.proxmark.org/forum/viewtopic.php?pid=7235...
authormartin.holst@gmail.com <martin.holst@gmail.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Thu, 16 May 2013 18:13:54 +0000 (18:13 +0000)
committermartin.holst@gmail.com <martin.holst@gmail.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Thu, 16 May 2013 18:13:54 +0000 (18:13 +0000)
client/cmdlfem4x.c

index 862f20bdcac74bc45251dab3ebb368f448912f7e..125d8ab926873f981e787360e61362b159b091f3 100644 (file)
@@ -257,8 +257,11 @@ int CmdEM410xWatch(const char *Cmd)
                //   is very slow
                // TBD: Auto-grow sample size based on detected sample rate.  IE: If the
                //   rate gets lower, then grow the number of samples
-               CmdSamples("4000");
-  } while ( ! CmdEM410xRead(""));
+
+    // Changed by martin, 4000 x 4 = 16000, 
+    // see http://www.proxmark.org/forum/viewtopic.php?pid=7235#p7235
+               CmdSamples("16000");
+ } while ( ! CmdEM410xRead(""));
   return 0;
 }
 
Impressum, Datenschutz