mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add the missing UseCOSAsLockout configuration option.
This commit is contained in:
parent
2b34978be1
commit
efff4f0dc4
1 changed files with 2 additions and 0 deletions
2
Conf.cpp
2
Conf.cpp
|
|
@ -599,6 +599,8 @@ bool CConf::read()
|
|||
m_modemAX25TXLevel = float(::atof(value));
|
||||
else if (::strcmp(key, "RSSIMappingFile") == 0)
|
||||
m_modemRSSIMappingFile = value;
|
||||
else if (::strcmp(key, "UseCOSAsLockout") == 0)
|
||||
m_modemUseCOSAsLockout = ::atoi(value) == 1;
|
||||
else if (::strcmp(key, "Trace") == 0)
|
||||
m_modemTrace = ::atoi(value) == 1;
|
||||
else if (::strcmp(key, "Debug") == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue