mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Read the status early to avoid timeouts.
This commit is contained in:
parent
3a5b6c2798
commit
7c1fc0fbd0
1 changed files with 2 additions and 0 deletions
|
|
@ -168,6 +168,8 @@ bool CModem::open()
|
|||
return false;
|
||||
}
|
||||
|
||||
readStatus();
|
||||
|
||||
m_statusTimer.start();
|
||||
m_inactivityTimer.start();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue