From a85ed6c0897ddc6883da28d8882820abb0333795 Mon Sep 17 00:00:00 2001 From: lumapu Date: Sun, 5 Feb 2023 23:14:33 +0100 Subject: [PATCH] fixed MQTT `autodiscover` #630 thanks to @antibill51 --- src/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CHANGES.md b/src/CHANGES.md index 94d31e44..09df4b0b 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -5,6 +5,7 @@ ## 0.5.79 * fixed mixed reset flags #648 * fixed `mCbAlarm` if MQTT is not used #653 +* fixed MQTT `autodiscover` #630 thanks to @antibill51 * next changes from @beegee many thanks for your contribution! * replaced `CircularBuffer` by `std::queue` * reworked `hmRadio.h` completely (interrupts, packaging)