update changelogs

This commit is contained in:
Theo Arends 2025-01-23 10:35:54 +01:00
parent b253b344c2
commit 5cbe5fe9e4
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
- I2S command I2sLoop (#22807)
- Berry `serial.read()` read only `n` bytes (#22835)
- Display template for Waveshare ESP32-C6 LCD 1.47 (#22863)
- Berry `tasmota.global.tele_period` and `tasmota.settings.tele_period`
- Berry `tasmota.global.tele_period` and `tasmota.settings.tele_period` (#22865)
### Breaking Changed

View File

@ -137,6 +137,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Berry add `bytes().appendhex()` [#22767](https://github.com/arendst/Tasmota/issues/22767)
- Berry WS2812 real-time Leds panel as app [#22788](https://github.com/arendst/Tasmota/issues/22788)
- Berry `serial.read()` read only `n` bytes [#22835](https://github.com/arendst/Tasmota/issues/22835)
- Berry `tasmota.global.tele_period` and `tasmota.settings.tele_period` [#22865](https://github.com/arendst/Tasmota/issues/22865)
### Breaking Changed