CHG: increased the t55xx writeblock timeout

This commit is contained in:
iceman1001 2017-01-16 22:39:33 +01:00
parent 1c07ca92c3
commit 9682ed9aaa

View file

@ -995,7 +995,7 @@ int CmdT55xxWriteBlock(const char *Cmd) {
} }
clearCommandBuffer(); clearCommandBuffer();
SendCommand(&c); 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)"); PrintAndLog("Error occurred, device did not ACK write operation. (May be due to old firmware)");
return 0; return 0;
} }