mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Use correct parameter for Timers
This commit is contained in:
parent
f0fc7c7ec9
commit
a09587ed26
3 changed files with 4 additions and 4 deletions
2
Conf.cpp
2
Conf.cpp
|
|
@ -101,7 +101,7 @@ m_dstarModule("C"),
|
|||
m_dstarSelfOnly(false),
|
||||
m_dstarBlackList(),
|
||||
m_dstarAckReply(true),
|
||||
m_dstarAckTime(1000U),
|
||||
m_dstarAckTime(750U),
|
||||
m_dstarErrorReply(true),
|
||||
m_dmrEnabled(false),
|
||||
m_dmrBeacons(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue