]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfawid.c
Merge pull request #12 from k02a/patch-1
[proxmark3-svn] / client / cmdlfawid.c
index 7af8dec2bef089755c1207edd12e96af891194bd..cd494dbbd41e971c9cace20f520094680fd092a4 100644 (file)
@@ -258,7 +258,7 @@ int CmdAWIDClone(const char *Cmd) {
                c.arg[1] = i;
                clearCommandBuffer();
                SendCommand(&c);
-               if (!WaitForResponseTimeout(CMD_ACK, &resp, 1000)){
+               if (!WaitForResponseTimeout(CMD_ACK, &resp, 1500)){
                        PrintAndLog("Error occurred, device did not respond during write operation.");
                        return -1;
                }
Impressum, Datenschutz