diff --git a/Conf.cpp b/Conf.cpp index 948f14e..41b6801 100644 --- a/Conf.cpp +++ b/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) diff --git a/MMDVM.ini b/MMDVM.ini index 2869afc..d62a355 100644 --- a/MMDVM.ini +++ b/MMDVM.ini @@ -107,7 +107,7 @@ TXHang=4 Enable=1 LowDeviation=0 SelfOnly=0 -#DSQ=1 +#DGID=1 RemoteGateway=0 # ModeHang=10