add firmware and hardware version to mqtt

This commit is contained in:
technyon
2023-02-20 20:38:51 +01:00
parent e4d973b36b
commit 4676f24e5f
5 changed files with 43 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#define NUKI_HUB_VERSION "8.9-json-6"
#define NUKI_HUB_VERSION "8.10"
#define MQTT_QOS_LEVEL 1
#define MQTT_CLEAN_SESSIONS false