diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c20391b0..02e2cecc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file. - Command `FileLog 10..14` to enable logging to filesystem using up to 16 log files of 100kB (`#define FILE_LOG_SIZE 100`) - I2S Opus stream and file support for opus/aac (#22795) - I2S command I2sLoop (#22807) -- Berry `serial.read()` read only `n` bytes +- Berry `serial.read()` read only `n` bytes (#22835) ### Breaking Changed @@ -17,9 +17,11 @@ All notable changes to this project will be documented in this file. - ESP32 Platform from 2024.12.30 to 2025.01.30, Framework (Arduino Core) from v3.1.0.241206 to v3.1.1.250109 and IDF to 5.3.2 (#22792) - Allow negative values for AdcParam/AdcGpio INPUT, TEMP and RANGE parameters (#22809) - GPIOViewer from v1.5.9 to v1.6.0 (No functional change) +- ESP32 Platform from 2025.01.30 to 2025.01.31 (#22832) ### Fixed - Sonoff SPM `PowerOnState` overrules `SSPMPowerOnState` in mixed 4Relay setup with 4Relay version 1.0.0 +- ESP32-Cx compilation fails on Windows (#22832) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cddebf668..0548835d1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -135,11 +135,12 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry add light_pixels values to `tasmota.settings` [#22762](https://github.com/arendst/Tasmota/issues/22762) - 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) ### Breaking Changed ### Changed -- ESP32 Platform from 2024.12.30 to 2025.01.30, Framework (Arduino Core) from v3.1.0.241206 to v3.1.1.250109 and IDF to 5.3.2 [#22792](https://github.com/arendst/Tasmota/issues/22792) +- ESP32 Platform from 2024.12.30 to 2025.01.31, Framework (Arduino Core) from v3.1.0.241206 to v3.1.1.250109 and IDF to 5.3.2 [#22832](https://github.com/arendst/Tasmota/issues/22832) - GPIOViewer from v1.5.6 to v1.6.0 (No functional change) - Postpone save_data during light animation when fade is Off - Allow negative values for AdcParam/AdcGpio INPUT, TEMP and RANGE parameters [#22809](https://github.com/arendst/Tasmota/issues/22809) @@ -152,6 +153,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Fixed - Shutter discovery message regression from v14.4.1 [#22730](https://github.com/arendst/Tasmota/issues/22730) +- ESP32-Cx compilation fails on Windows [#22832](https://github.com/arendst/Tasmota/issues/22832) - Sonoff SPM `PowerOnState` overrules `SSPMPowerOnState` in mixed 4Relay setup with 4Relay version 1.0.0 - Webcam compilation with `define USE_WEBCAM` but without `define ENABLE_RTSPSERVER` [#22686](https://github.com/arendst/Tasmota/issues/22686) - Berry Zigbee fix wrong attributes [#22684](https://github.com/arendst/Tasmota/issues/22684)