mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Merge branch 'master' into mqtt
This commit is contained in:
commit
76d4f0d1a1
6 changed files with 58 additions and 13 deletions
4
Modem.h
4
Modem.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue