Sending test bcd message after every page command - need this for testing

This commit is contained in:
Max Lapan 2022-11-25 17:52:45 +01:00
parent 33143105e3
commit f3fb072238
3 changed files with 27 additions and 0 deletions

View file

@ -2639,6 +2639,7 @@ void CMMDVMHost::remoteControl()
text += m_remoteControl->getArgString(i);
}
m_pocsag->sendPage(ric, text);
m_pocsag->sendBCDPage(ric, "01234");
}
break;
case RCD_CW: