From 927e7c80f4042328c315f316cb8436541cd19009 Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 6 Jan 2026 22:18:35 +0100 Subject: [PATCH] update --- CHANGELOG_LATEST.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index febf8b0fd..557966ecf 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -10,9 +10,9 @@ For more details go to [emsesp.org](https://emsesp.org/). ## Fixed -- fix EMS bus disconnected [#2881](https://github.com/emsesp/EMS-ESP32/issues/2881) +- fix EMS bus disconnected errors on some systems [#2881](https://github.com/emsesp/EMS-ESP32/issues/2881) - selflowtemp fix [#2876](https://github.com/emsesp/EMS-ESP32/issues/2876) -- updated valid GPIOs for ESP32S2, ESP32S3 and ESP32 [#2887](https://github.com/emsesp/EMS-ESP32/issues/2887) +- updated valid GPIOs for ESP32S2, ESP32S3 and ESP32 that caused custom systems to block gpios [#2887](https://github.com/emsesp/EMS-ESP32/issues/2887) - Junkers wwcharge offset [#2860](https://github.com/emsesp/EMS-ESP32/issues/2860) - fixed minflowtemp [#2890](https://github.com/emsesp/EMS-ESP32/issues/2890) - don't add HA uom/classes for bool values [#2885](https://github.com/emsesp/EMS-ESP32/issues/2885)