mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 14:15:37 +08:00
Add command page_bcd to send bcd message with pocsag
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user