mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Make the default for OVCM to be off.
This commit is contained in:
2
Conf.cpp
2
Conf.cpp
@@ -146,7 +146,7 @@ m_dmrSlot2TGWhiteList(),
|
|||||||
m_dmrCallHang(10U),
|
m_dmrCallHang(10U),
|
||||||
m_dmrTXHang(4U),
|
m_dmrTXHang(4U),
|
||||||
m_dmrModeHang(10U),
|
m_dmrModeHang(10U),
|
||||||
m_dmrOVCM(true),
|
m_dmrOVCM(false),
|
||||||
m_fusionEnabled(false),
|
m_fusionEnabled(false),
|
||||||
m_fusionLowDeviation(false),
|
m_fusionLowDeviation(false),
|
||||||
m_fusionRemoteGateway(false),
|
m_fusionRemoteGateway(false),
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ CDisplay* CDMRSlot::m_display = NULL;
|
|||||||
bool CDMRSlot::m_duplex = true;
|
bool CDMRSlot::m_duplex = true;
|
||||||
CDMRLookup* CDMRSlot::m_lookup = NULL;
|
CDMRLookup* CDMRSlot::m_lookup = NULL;
|
||||||
unsigned int CDMRSlot::m_hangCount = 3U * 17U;
|
unsigned int CDMRSlot::m_hangCount = 3U * 17U;
|
||||||
bool CDMRSlot::m_ovcm = true;
|
bool CDMRSlot::m_ovcm = false;
|
||||||
|
|
||||||
CRSSIInterpolator* CDMRSlot::m_rssiMapper = NULL;
|
CRSSIInterpolator* CDMRSlot::m_rssiMapper = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user