mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 08:05:49 +08:00
Update MMDVMHost.cpp
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user