From ff492a518fb979811070337453430de4ac45e231 Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Tue, 5 May 2020 19:30:56 +0100 Subject: [PATCH] Update MMDVMHost.cpp --- MMDVMHost.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/MMDVMHost.cpp b/MMDVMHost.cpp index 1e61600..c7367ca 100644 --- a/MMDVMHost.cpp +++ b/MMDVMHost.cpp @@ -1987,6 +1987,7 @@ void CMMDVMHost::remoteControl() m_pocsag->sendPage(ric, text); } case RCD_CW: + setMode(MODE_IDLE); // Force the modem to go idle so that we can send the CW text. if (!m_modem->hasTX()){ std::string cwtext; for (unsigned int i = 0U; i < m_remoteControl->getArgCount(); i++) {