CHG: increased timeout when calling "hw tune".
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user