Use MQTT for KISS format packet data in and out of the host.

This commit is contained in:
Jonathan Naylor
2023-07-28 19:16:31 +01:00
parent e4de1951cc
commit c1dc441f28
11 changed files with 105 additions and 270 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20230726";
const char* VERSION = "20230728";
#endif