From 0dfab3684c56453365fc2fb1411fdd090dbd446a Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:58:36 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 3 ++- RELEASENOTES.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eeb55257..44b42f1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. ### Changed - Refactored I2C drivers HTU21, BH1750 and HYT - Add command entered to command error and command unknown message +- ESP32 platform update from 2024.08.11 to 2024.09.10 and Framework (Arduino Core) from v3.0.4 to v3.0.5 (#22163) ### Fixed - Shutter missing HOLD on shutterbutton (#22108) @@ -26,7 +27,7 @@ All notable changes to this project will be documented in this file. - SML trx pin error (#22119) - Shutter remaining issues on shutterinvert (#22120) - Berry I2C to prepare M5Stack I2C STM32 based devices (#22143) -- Autoconf prevent 'init.bat' from stopping on empty lines +- Autoconf prevent 'init.bat' from stopping on empty lines (#22158) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index daf5b141e..b6140d0ba 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -141,7 +141,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry make `energy` modules changes from #21887 backwards compatible [#22046](https://github.com/arendst/Tasmota/issues/22046) ### Changed -- ESP32 platform update from 2024.08.10 to 2024.08.11 [#22021](https://github.com/arendst/Tasmota/issues/22021) +- ESP32 platform update from 2024.08.10 to 2024.09.10 and Framework (Arduino Core) from v3.0.4 to v3.0.5 [#22163](https://github.com/arendst/Tasmota/issues/22163) - ESP32 LVGL library from v9.1.0 to v9.2.0 [#22031](https://github.com/arendst/Tasmota/issues/22031) - GPIOViewer from v1.5.5 to v1.5.6 - Add command entered to command error and command unknown message @@ -159,6 +159,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - PZEM continue energy monitoring when one phase fails [#21968](https://github.com/arendst/Tasmota/issues/21968) - BearSSL panic on ESP8266 in rare conditions [#22017](https://github.com/arendst/Tasmota/issues/22017) - ModbusBridge request and response logic [#22075](https://github.com/arendst/Tasmota/issues/22075) +- Autoconf prevent 'init.bat' from stopping on empty lines [#22158](https://github.com/arendst/Tasmota/issues/22158) - Zigbee extend timeout for MCU reboot from 5s to 10s [#22009](https://github.com/arendst/Tasmota/issues/22009) - Zigbee avoid disabling console serial on ESP32 and improved log messages [#22082](https://github.com/arendst/Tasmota/issues/22082) - Zigbee flashing CC2562P with latest firmware [#22117](https://github.com/arendst/Tasmota/issues/22117)