mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Display the decrypted text on the external displays.
This commit is contained in:
parent
77daf86723
commit
a027b1f3bd
2 changed files with 14 additions and 11 deletions
|
|
@ -33,6 +33,7 @@
|
|||
struct POCSAGData {
|
||||
unsigned int m_ric;
|
||||
std::string m_text;
|
||||
std::string m_display;
|
||||
std::deque<uint32_t> m_buffer;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue