]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfcotag.c
CHG: temporary disable hitag2_uid detection. Loop times out sometimes.
[proxmark3-svn] / client / cmdlfcotag.c
index 11be2db8024e83d92f030406040b5a373d642f86..1a2b2eca699cee338d4f7aa746421c0a4bda3099 100644 (file)
@@ -19,11 +19,10 @@ int CmdCOTAGRead(const char *Cmd) {
        clearCommandBuffer();
        SendCommand(&c);
        if ( !WaitForResponseTimeout(CMD_ACK, NULL, 2500) ) {
-               //PrintAndLog("command execution time out");
+               PrintAndLog("command execution time out");
                return 1;
        }
-       getSamples("", true);
-       //return CmdFSKdemodAWID(Cmd);
+       getSamples("20000", true);
        return 0;
 }
 
Impressum, Datenschutz