fix issue where NXDN would not be set to false in some calibration conditions;

2.0-maint
Bryan Biedenkapp 4 years ago
parent 101ddd6152
commit 70f045051e

@ -1035,6 +1035,7 @@ int HostCal::run()
} }
m_dmrEnabled = true; m_dmrEnabled = true;
m_p25Enabled = false; m_p25Enabled = false;
m_nxdnEnabled = false;
LogMessage(LOG_CAL, " - %s", m_modeStr.c_str()); LogMessage(LOG_CAL, " - %s", m_modeStr.c_str());
writeConfig(); writeConfig();
@ -1055,6 +1056,7 @@ int HostCal::run()
m_duplex = false; m_duplex = false;
m_dmrEnabled = false; m_dmrEnabled = false;
m_p25Enabled = true; m_p25Enabled = true;
m_nxdnEnabled = false;
LogMessage(LOG_CAL, " - %s", m_modeStr.c_str()); LogMessage(LOG_CAL, " - %s", m_modeStr.c_str());
writeConfig(); writeConfig();

Loading…
Cancel
Save

Powered by TurnKey Linux.