Update change logs

This commit is contained in:
Theo Arends 2025-12-30 11:41:41 +01:00
parent 9c3588256a
commit b363172fc5
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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)