mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2026-06-03 06:24:41 -04:00
Correct default P25 porsts and add Daemon config variable
This commit is contained in:
@@ -203,6 +203,8 @@ bool CConf::read()
|
||||
m_p25LocalPort = (unsigned int)::atoi(value);
|
||||
else if (::strcmp(key, "TGListFile") == 0)
|
||||
m_p25TGListFile = value;
|
||||
else if (::strcmp(key, "Daemon") == 0)
|
||||
m_daemon = ::atoi(value) == 1;
|
||||
else if (::strcmp(key, "Debug") == 0)
|
||||
m_p25NetworkDebug = ::atoi(value) == 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user