mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 16:55:52 +08:00
Don't send a CW Id at the end of a lockout.
This commit is contained in:
@@ -1268,7 +1268,7 @@ void CMMDVMHost::setMode(unsigned char mode)
|
|||||||
m_modem->setMode(MODE_IDLE);
|
m_modem->setMode(MODE_IDLE);
|
||||||
if (m_ump != NULL)
|
if (m_ump != NULL)
|
||||||
m_ump->setMode(MODE_IDLE);
|
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_modem->sendCWId(m_callsign);
|
||||||
m_cwIdTimer.setTimeout(m_cwIdTime);
|
m_cwIdTimer.setTimeout(m_cwIdTime);
|
||||||
m_cwIdTimer.start();
|
m_cwIdTimer.start();
|
||||||
|
|||||||
Reference in New Issue
Block a user