CHG: increased timeout when calling "hw tune".

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

View file

@ -2047,7 +2047,7 @@ int CmdTuneSamples(const char *Cmd)
clearCommandBuffer(); clearCommandBuffer();
SendCommand(&c); SendCommand(&c);
UsbCommand resp; UsbCommand resp;
while(!WaitForResponseTimeout(CMD_MEASURED_ANTENNA_TUNING,&resp,1000)) { while(!WaitForResponseTimeout(CMD_MEASURED_ANTENNA_TUNING, &resp, 2000)) {
timeout++; timeout++;
printf("."); printf(".");
if (timeout > 7) { if (timeout > 7) {