Merge branch 'mqtt' into mqtt_plus

This commit is contained in:
Jonathan Naylor
2023-07-23 15:06:04 +01:00
2 changed files with 28 additions and 25 deletions

View File

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