Clean up the incoming AX.25 MQTT KISS data input.

This commit is contained in:
Jonathan Naylor
2023-07-29 14:48:20 +01:00
parent c1dc441f28
commit adaa85103c
2 changed files with 52 additions and 42 deletions

View File

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