mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Add command page_bcd to send bcd message with pocsag
This commit is contained in:
parent
f3fb072238
commit
8f5ff4ca05
5 changed files with 21 additions and 3 deletions
|
|
@ -124,7 +124,7 @@ void CPOCSAGControl::sendPage(unsigned int ric, const std::string& text)
|
|||
}
|
||||
|
||||
|
||||
void CPOCSAGControl::sendBCDPage(unsigned int ric, const std::string& text)
|
||||
void CPOCSAGControl::sendPageBCD(unsigned int ric, const std::string& text)
|
||||
{
|
||||
if (!m_enabled)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue