From: iceman1001 Date: Tue, 9 Feb 2016 13:46:46 +0000 (+0100) Subject: CHG: increased timeout when calling "hw tune". X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/a0048c69679ed103397a03cca940dfca4db5f4ab CHG: increased timeout when calling "hw tune". --- diff --git a/client/cmddata.c b/client/cmddata.c index 270b00e6..ab89bb30 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -2047,7 +2047,7 @@ int CmdTuneSamples(const char *Cmd) clearCommandBuffer(); SendCommand(&c); UsbCommand resp; - while(!WaitForResponseTimeout(CMD_MEASURED_ANTENNA_TUNING,&resp,1000)) { + while(!WaitForResponseTimeout(CMD_MEASURED_ANTENNA_TUNING, &resp, 2000)) { timeout++; printf("."); if (timeout > 7) {