Update cmdlfawid.c

FIX:  when writing the timeout was triggered,  Increased it to make the writing part stable.
This commit is contained in:
Iceman 2016-05-21 09:42:41 +02:00
parent ba2e685d67
commit 26922aefd7

View file

@ -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;
}