mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Stop sending the CW Id after a DMR transmission.
This commit is contained in:
@@ -868,7 +868,7 @@ void CMMDVMHost::setMode(unsigned char mode)
|
|||||||
m_dmrTXTimer.stop();
|
m_dmrTXTimer.stop();
|
||||||
}
|
}
|
||||||
m_modem->setMode(MODE_IDLE);
|
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_modem->sendCWId(m_callsign);
|
||||||
m_cwIdTimer.start();
|
m_cwIdTimer.start();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user