mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Stop sending the CW Id after a DMR transmission.
This commit is contained in:
parent
ddfd705fff
commit
3ebebf7f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue