]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhflegic.c
FIX: one send command bug fixed. Turns out that uint16_t is too small for 21/23bits...
[proxmark3-svn] / client / cmdhflegic.c
index 50c2976f394bc536d1c97eb72d64b55ba100fc36..889942431e576fdaa41ba83776d7ed7ea6cde79a 100644 (file)
@@ -732,7 +732,7 @@ int CmdLegicRfWrite(const char *Cmd) {
        clearCommandBuffer();
     SendCommand(&c);
        UsbCommand resp;
-       if (!WaitForResponseTimeout(CMD_ACK, &resp, 2000)) {
+       if (!WaitForResponseTimeout(CMD_ACK, &resp, 4000)) {
                PrintAndLog("command execution time out");
                return 1;
        }
Impressum, Datenschutz