Display the decrypted text on the external displays.

This commit is contained in:
Jonathan Naylor
2020-12-14 12:48:56 +00:00
parent 77daf86723
commit a027b1f3bd
2 changed files with 14 additions and 11 deletions

View File

@@ -33,6 +33,7 @@
struct POCSAGData {
unsigned int m_ric;
std::string m_text;
std::string m_display;
std::deque<uint32_t> m_buffer;
};