mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Sending test bcd message after every page command - need this for testing
This commit is contained in:
parent
33143105e3
commit
f3fb072238
3 changed files with 27 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue