mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Make the default for OVCM to be off.
This commit is contained in:
parent
ef1631ac33
commit
bc5a1d24c4
2 changed files with 2 additions and 2 deletions
2
Conf.cpp
2
Conf.cpp
|
|
@ -146,7 +146,7 @@ m_dmrSlot2TGWhiteList(),
|
|||
m_dmrCallHang(10U),
|
||||
m_dmrTXHang(4U),
|
||||
m_dmrModeHang(10U),
|
||||
m_dmrOVCM(true),
|
||||
m_dmrOVCM(false),
|
||||
m_fusionEnabled(false),
|
||||
m_fusionLowDeviation(false),
|
||||
m_fusionRemoteGateway(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue