]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfcotag.c
CHG: 'lf cotag read' - it now follows "lf config" settings when collecting signaldata.
[proxmark3-svn] / client / cmdlfcotag.c
index 1a2b2eca699cee338d4f7aa746421c0a4bda3099..5e3f28b66cda5f0e88c1bebae6d32d5d5116f46b 100644 (file)
@@ -15,6 +15,8 @@ int CmdCOTAGRead(const char *Cmd) {
 
 //     if (Cmd[0] == 'h' || Cmd[0] == 'H') return usage_lf_cotag_read();
 
+       CmdLFSetConfig("q 89");
        UsbCommand c = {CMD_COTAG, {0, 0, 0}};
        clearCommandBuffer();
        SendCommand(&c);
@@ -22,7 +24,7 @@ int CmdCOTAGRead(const char *Cmd) {
                PrintAndLog("command execution time out");
                return 1;
        }
-       getSamples("20000", true);
+       getSamples("", true);
        return 0;
 }
 
Impressum, Datenschutz