Make DGID an alias of DSQ for YSF.

This commit is contained in:
Jonathan Naylor 2018-03-29 07:50:57 +01:00
parent c8a13a9c42
commit a50854d67a
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -107,7 +107,7 @@ TXHang=4
Enable=1
LowDeviation=0
SelfOnly=0
#DSQ=1
#DGID=1
RemoteGateway=0
# ModeHang=10