mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
Update cmdlfawid.c
FIX: when writing the timeout was triggered, Increased it to make the writing part stable.
This commit is contained in:
parent
ba2e685d67
commit
26922aefd7
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ int CmdAWIDClone(const char *Cmd) {
|
|||
c.arg[1] = i;
|
||||
clearCommandBuffer();
|
||||
SendCommand(&c);
|
||||
if (!WaitForResponseTimeout(CMD_ACK, &resp, 1000)){
|
||||
if (!WaitForResponseTimeout(CMD_ACK, &resp, 1500)){
|
||||
PrintAndLog("Error occurred, device did not respond during write operation.");
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue