mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-03-18 02:54:39 +01:00
Don't send a CW Id at the end of a lockout.
This commit is contained in:
parent
a571a497e9
commit
edd6708930
|
|
@ -1268,7 +1268,7 @@ void CMMDVMHost::setMode(unsigned char mode)
|
|||
m_modem->setMode(MODE_IDLE);
|
||||
if (m_ump != NULL)
|
||||
m_ump->setMode(MODE_IDLE);
|
||||
if (m_mode == MODE_ERROR || m_mode == MODE_LOCKOUT) {
|
||||
if (m_mode == MODE_ERROR) {
|
||||
m_modem->sendCWId(m_callsign);
|
||||
m_cwIdTimer.setTimeout(m_cwIdTime);
|
||||
m_cwIdTimer.start();
|
||||
|
|
|
|||
Loading…
Reference in a new issue