From: Iceman Date: Sat, 21 May 2016 07:42:41 +0000 (+0200) Subject: Update cmdlfawid.c X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/26922aefd79a1377f91f3ff9e3143d006ce0dc9e?hp=ba2e685d67b00a9440ae3a3f964505deed0a4222 Update cmdlfawid.c FIX: when writing the timeout was triggered, Increased it to make the writing part stable. --- diff --git a/client/cmdlfawid.c b/client/cmdlfawid.c index 7af8dec2..cd494dbb 100644 --- a/client/cmdlfawid.c +++ b/client/cmdlfawid.c @@ -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; }