Merge branch 'master' into mqtt

This commit is contained in:
Jonathan Naylor 2026-02-18 13:54:01 +00:00
commit 76d4f0d1a1
6 changed files with 58 additions and 13 deletions

View file

@ -403,6 +403,10 @@ private:
void printDebug();
RESP_TYPE_MMDVM getResponse();
// Added these for buffering serial data from display:
unsigned char m_serialDataBuffer[256];
unsigned int m_serialDataLen;
};
#endif