mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Increase delay between modem tries.
This commit is contained in:
parent
b4599dc89c
commit
6c5ab7e49e
1 changed files with 1 additions and 1 deletions
|
|
@ -916,7 +916,7 @@ bool CModem::readVersion()
|
|||
}
|
||||
}
|
||||
|
||||
CThread::sleep(1000U);
|
||||
CThread::sleep(1500U);
|
||||
}
|
||||
|
||||
LogError("Unable to read the firmware version after six attempts");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue