]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfcotag.c
ADD: 'hf standalone 14a mode", added "mifare 4k" detection.
[proxmark3-svn] / client / cmdlfcotag.c
index 11be2db8024e83d92f030406040b5a373d642f86..5e3f28b66cda5f0e88c1bebae6d32d5d5116f46b 100644 (file)
@@ -15,15 +15,16 @@ 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);
        if ( !WaitForResponseTimeout(CMD_ACK, NULL, 2500) ) {
-               //PrintAndLog("command execution time out");
+               PrintAndLog("command execution time out");
                return 1;
        }
        getSamples("", true);
-       //return CmdFSKdemodAWID(Cmd);
        return 0;
 }
 
Impressum, Datenschutz