mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Add the missing UseCOSAsLockout configuration option.
This commit is contained in:
2
Conf.cpp
2
Conf.cpp
@@ -599,6 +599,8 @@ bool CConf::read()
|
|||||||
m_modemAX25TXLevel = float(::atof(value));
|
m_modemAX25TXLevel = float(::atof(value));
|
||||||
else if (::strcmp(key, "RSSIMappingFile") == 0)
|
else if (::strcmp(key, "RSSIMappingFile") == 0)
|
||||||
m_modemRSSIMappingFile = value;
|
m_modemRSSIMappingFile = value;
|
||||||
|
else if (::strcmp(key, "UseCOSAsLockout") == 0)
|
||||||
|
m_modemUseCOSAsLockout = ::atoi(value) == 1;
|
||||||
else if (::strcmp(key, "Trace") == 0)
|
else if (::strcmp(key, "Trace") == 0)
|
||||||
m_modemTrace = ::atoi(value) == 1;
|
m_modemTrace = ::atoi(value) == 1;
|
||||||
else if (::strcmp(key, "Debug") == 0)
|
else if (::strcmp(key, "Debug") == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user