mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-26 03:15:40 +08:00
Merge branch 'master' into mqtt
This commit is contained in:
@@ -756,6 +756,9 @@ void CP25Control::clock(unsigned int ms)
|
||||
if (m_network != nullptr)
|
||||
writeNetwork();
|
||||
|
||||
if (!m_enabled)
|
||||
return;
|
||||
|
||||
m_rfTimeout.clock(ms);
|
||||
m_netTimeout.clock(ms);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user