mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Make DGID an alias of DSQ for YSF.
This commit is contained in:
2
Conf.cpp
2
Conf.cpp
@@ -546,7 +546,7 @@ bool CConf::read()
|
||||
m_fusionEnabled = ::atoi(value) == 1;
|
||||
else if (::strcmp(key, "LowDeviation") == 0)
|
||||
m_fusionLowDeviation = ::atoi(value) == 1;
|
||||
else if (::strcmp(key, "DSQ") == 0) {
|
||||
else if (::strcmp(key, "DSQ") == 0 || ::strcmp(key, "DGID") == 0) {
|
||||
m_fusionSQLEnabled = true;
|
||||
m_fusionSQL = (unsigned int)::atoi(value);
|
||||
} else if (::strcmp(key, "RemoteGateway") == 0)
|
||||
|
||||
Reference in New Issue
Block a user