ugh -- I missed the broadcast timer too, oops;

pull/42/head
Bryan Biedenkapp 2 years ago
parent d107bdd679
commit b76334dbb4

@ -1072,11 +1072,13 @@ int Host::run()
m_cwIdTimer.clock(ms); m_cwIdTimer.clock(ms);
if (m_cwIdTimer.isRunning() && m_cwIdTimer.hasExpired()) { if (m_cwIdTimer.isRunning() && m_cwIdTimer.hasExpired()) {
if (!m_modem->hasTX() && !m_p25CtrlChannel && !m_dmrCtrlChannel && !m_nxdnCtrlChannel) { if (!m_modem->hasTX() && !m_p25CtrlChannel && !m_dmrCtrlChannel && !m_nxdnCtrlChannel) {
if (m_dmrBeaconDurationTimer.isRunning() || m_p25BcastDurationTimer.isRunning()) { if (m_dmrBeaconDurationTimer.isRunning() || m_p25BcastDurationTimer.isRunning() ||
m_nxdnBcastDurationTimer.isRunning()) {
LogDebug(LOG_HOST, "CW, beacon or CC timer running, ceasing"); LogDebug(LOG_HOST, "CW, beacon or CC timer running, ceasing");
m_dmrBeaconDurationTimer.stop(); m_dmrBeaconDurationTimer.stop();
m_p25BcastDurationTimer.stop(); m_p25BcastDurationTimer.stop();
m_nxdnBcastDurationTimer.stop();
} }
LogDebug(LOG_HOST, "CW, start transmitting"); LogDebug(LOG_HOST, "CW, start transmitting");

Loading…
Cancel
Save

Powered by TurnKey Linux.