mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-10 18:40:07 +01:00
Enable the network watchdog timer for fast data.
This commit is contained in:
parent
65ebb55171
commit
3a2c2fadaa
|
|
@ -843,7 +843,7 @@ void CDStarControl::clock()
|
|||
m_rfTimeoutTimer.clock(ms);
|
||||
m_netTimeoutTimer.clock(ms);
|
||||
|
||||
if (m_netState == RPT_NET_STATE::AUDIO) {
|
||||
if ((m_netState == RPT_NET_STATE::AUDIO) || (m_netState == RPT_NET_STATE::DATA)) {
|
||||
m_networkWatchdog.clock(ms);
|
||||
|
||||
if (m_networkWatchdog.hasExpired()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue