mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-10 22:40:09 +08:00
CHG: increased the t55xx writeblock timeout
This commit is contained in:
parent
1c07ca92c3
commit
9682ed9aaa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue