]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Update cmdlfawid.c
authorIceman <iceman@iuse.se>
Sat, 21 May 2016 07:42:41 +0000 (09:42 +0200)
committerIceman <iceman@iuse.se>
Sat, 21 May 2016 07:42:41 +0000 (09:42 +0200)
FIX:  when writing the timeout was triggered,  Increased it to make the writing part stable.

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