]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: increased the t55xx writeblock timeout
authoriceman1001 <iceman@iuse.se>
Mon, 16 Jan 2017 21:39:33 +0000 (22:39 +0100)
committericeman1001 <iceman@iuse.se>
Mon, 16 Jan 2017 21:39:33 +0000 (22:39 +0100)
client/cmdlft55xx.c

index 8342bf08a53af96690a18cdaaa34d1039a64669f..5eff8ac1c9007c72a78c779418a36b9df7d275a9 100644 (file)
@@ -995,7 +995,7 @@ int CmdT55xxWriteBlock(const char *Cmd) {
        }\r
        clearCommandBuffer();\r
        SendCommand(&c);\r
-       if (!WaitForResponseTimeout(CMD_ACK, &resp, 1000)){\r
+       if (!WaitForResponseTimeout(CMD_ACK, &resp, 1500)){\r
                PrintAndLog("Error occurred, device did not ACK write operation. (May be due to old firmware)");\r
                return 0;\r
        }\r
Impressum, Datenschutz