mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Update MMDVMHost.cpp
This commit is contained in:
parent
d3f4b1f90c
commit
ff492a518f
1 changed files with 1 additions and 0 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue