CHG: increased timeout when calling "hw tune".

This commit is contained in:
iceman1001 2016-02-09 14:46:46 +01:00
parent 9f8fc207a2
commit a0048c6967

View file

@ -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) {