Add support for passthrough of serial data from MQTT to the spare serial port on an MMDVM modem/hotspot.

This commit is contained in:
Jonathan Naylor
2023-06-20 16:33:33 +01:00
parent 1afe34f514
commit 3c48b8f61b
11 changed files with 59 additions and 126 deletions

View File

@@ -38,6 +38,7 @@ public:
bool open();
bool publish(const char* topic, const char* text);
bool publish(const char* topic, const unsigned char* data, unsigned int len);
void close();