From: iceman1001 Date: Mon, 16 Jan 2017 21:39:33 +0000 (+0100) Subject: CHG: increased the t55xx writeblock timeout X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/9682ed9aaa4de9a0d9459eb6e51a27a2702b7f83 CHG: increased the t55xx writeblock timeout --- diff --git a/client/cmdlft55xx.c b/client/cmdlft55xx.c index 8342bf08..5eff8ac1 100644 --- a/client/cmdlft55xx.c +++ b/client/cmdlft55xx.c @@ -995,7 +995,7 @@ int CmdT55xxWriteBlock(const char *Cmd) { } clearCommandBuffer(); SendCommand(&c); - if (!WaitForResponseTimeout(CMD_ACK, &resp, 1000)){ + if (!WaitForResponseTimeout(CMD_ACK, &resp, 1500)){ PrintAndLog("Error occurred, device did not ACK write operation. (May be due to old firmware)"); return 0; }