diff --git a/CHANGELOG.md b/CHANGELOG.md index d7278ea2f..0a052bdf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a46274962..aba5cbcd5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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