From a50854d67a0e14ce5d81f28706238a255b35ed54 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 29 Mar 2018 07:50:57 +0100 Subject: [PATCH] Make DGID an alias of DSQ for YSF. --- Conf.cpp | 2 +- MMDVM.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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