Stop sending the CW Id after a DMR transmission.

This commit is contained in:
Jonathan Naylor 2016-05-13 10:32:41 +01:00
parent ddfd705fff
commit 3ebebf7f1c

View file

@ -868,7 +868,7 @@ void CMMDVMHost::setMode(unsigned char mode)
m_dmrTXTimer.stop();
}
m_modem->setMode(MODE_IDLE);
if (m_mode == MODE_ERROR || m_mode == MODE_LOCKOUT || m_mode == MODE_DMR) {
if (m_mode == MODE_ERROR || m_mode == MODE_LOCKOUT) {
m_modem->sendCWId(m_callsign);
m_cwIdTimer.start();
}