mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
FIX: increased time-out to match 2.7sec it takes to write 256bytes.
This commit is contained in:
parent
539fd59ebe
commit
564c9ae2b6
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ int CmdLegicRestore(const char *Cmd){
|
|||
clearCommandBuffer();
|
||||
SendCommand(&c);
|
||||
|
||||
if (!WaitForResponseTimeout(CMD_ACK, &resp, 2000)) {
|
||||
if (!WaitForResponseTimeout(CMD_ACK, &resp, 3000)) {
|
||||
PrintAndLog("command execution time out");
|
||||
free(data);
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue