mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Add POCSAG processing and display code.
This commit is contained in:
@@ -514,6 +514,14 @@ void CLCDproc::clearNXDNInt()
|
||||
socketPrintf(m_socketfd, "output 16"); // Set LED5 color green
|
||||
}
|
||||
|
||||
void CLCDproc::writePOCSAGInt(uint32_t ric, const std::string& message)
|
||||
{
|
||||
}
|
||||
|
||||
void CLCDproc::clearPOCSAGInt()
|
||||
{
|
||||
}
|
||||
|
||||
void CLCDproc::writeCWInt()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user