mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Use correct parameter for Timers
This commit is contained in:
2
Conf.cpp
2
Conf.cpp
@@ -101,7 +101,7 @@ m_dstarModule("C"),
|
|||||||
m_dstarSelfOnly(false),
|
m_dstarSelfOnly(false),
|
||||||
m_dstarBlackList(),
|
m_dstarBlackList(),
|
||||||
m_dstarAckReply(true),
|
m_dstarAckReply(true),
|
||||||
m_dstarAckTime(1000U),
|
m_dstarAckTime(750U),
|
||||||
m_dstarErrorReply(true),
|
m_dstarErrorReply(true),
|
||||||
m_dmrEnabled(false),
|
m_dmrEnabled(false),
|
||||||
m_dmrBeacons(false),
|
m_dmrBeacons(false),
|
||||||
|
|||||||
@@ -59,8 +59,8 @@ m_networkWatchdog(1000U, 0U, 1500U),
|
|||||||
m_rfTimeoutTimer(1000U, timeout),
|
m_rfTimeoutTimer(1000U, timeout),
|
||||||
m_netTimeoutTimer(1000U, timeout),
|
m_netTimeoutTimer(1000U, timeout),
|
||||||
m_packetTimer(1000U, 0U, 300U),
|
m_packetTimer(1000U, 0U, 300U),
|
||||||
m_ackTimer(ackTime, 0U, 750U),
|
m_ackTimer(1000U, 0U, ackTime),
|
||||||
m_errTimer(1000U, 0U, 750U),
|
m_errTimer(1000U, 0U, ackTime),
|
||||||
m_interval(),
|
m_interval(),
|
||||||
m_elapsed(),
|
m_elapsed(),
|
||||||
m_rfFrames(0U),
|
m_rfFrames(0U),
|
||||||
|
|||||||
Reference in New Issue
Block a user