From 99c47b542aaa3d69005fe4bb95952e735de4039d Mon Sep 17 00:00:00 2001 From: fredlcore Date: Thu, 5 Dec 2024 08:21:09 +0800 Subject: [PATCH] Removed flat MQTT hierarchy as filtering with MQTT wildcards has the same result --- BSB_LAN/bsb-version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BSB_LAN/bsb-version.h b/BSB_LAN/bsb-version.h index cd75412a..29dea035 100644 --- a/BSB_LAN/bsb-version.h +++ b/BSB_LAN/bsb-version.h @@ -1,4 +1,4 @@ #define MAJOR "4" #define MINOR "2" -#define PATCH "33" -#define COMPILETIME "20241204204848" +#define PATCH "34" +#define COMPILETIME "20241205082109"