Add M17 LSF Text data interpretation.

This commit is contained in:
Jonathan Naylor
2023-06-16 12:14:35 +01:00
parent af21cef54d
commit d3f8c17bc8
2 changed files with 85 additions and 4 deletions

View File

@@ -76,6 +76,10 @@ private:
unsigned int m_rfLSFn;
CM17LSF m_netLSF;
unsigned int m_netLSFn;
unsigned char m_rfTextBits;
unsigned char m_netTextBits;
char* m_rfText;
char* m_netText;
CRSSIInterpolator* m_rssiMapper;
unsigned char m_rssi;
unsigned char m_maxRSSI;