From b363172fc522365ba63854587bece4dcf629429e Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 30 Dec 2025 11:41:41 +0100 Subject: [PATCH] Update change logs --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41fed7ab8..e6cd6db65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. ### Fixed - ESP32 BLE not starting (#24240) - GDK101 power on detection (#24242) +- Udisplay backlight with SPI displays (#24277) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2da3e5d0e..522b796ed 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -129,6 +129,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - ESP8266 TasmotaSerial flush receive buffer on executing `TasmotaSerial.flush();` - ESP32-P4 unique MQTT Client based on hosted MCU MAC address - GDK101 power on detection [#24242](https://github.com/arendst/Tasmota/issues/24242) +- Udisplay backlight with SPI displays [#24277](https://github.com/arendst/Tasmota/issues/24277) - DALI watchdog exception - TuyaMCU v1 exception 28 regression from v15.1.0.1 reverted PR24063 [#24220](https://github.com/arendst/Tasmota/issues/24220) - ESP32 BLE not starting [#24240](https://github.com/arendst/Tasmota/issues/24240)