diff --git a/CHANGELOG.md b/CHANGELOG.md index 9876321df..f9b2cafdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. ## [9.5.0.9] ### Added - Command ``SetOption129 1`` to enable split total energy results (#13030) +- Command ``SetOption130 1`` adding heap size (and ESP32 fragmentation) to logging timestamp for debugging - Commands ``EnergyTotal``, ``EnergyToday`` and ``EnergyYesterday`` to (re)set energy values - Commands ``EnergyUsage`` and ``EnergyExport`` to (re)set energy usage and export values - Berry add module ``import persist`` @@ -13,11 +14,11 @@ All notable changes to this project will be documented in this file. ### Breaking Changed - ESP32 LVGL updated to v8.0.2 -- Changed Memory display on ESP32 to not include IRAM (i.e. less by 40-50KB) ### Changed - Removed command ``EnergyReset`` as it is replaced by new commands - Files starting with underscore in file system are no more hidden +- ESP32 Memory display to exclude IRAM (i.e. less by 40-50KB) (#13294) ## [9.5.0.8] 20210927 ### Added diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 07156ff11..1d0532b24 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -105,6 +105,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Command ``SetOption127 1`` to force Wi-Fi in no-sleep mode even if ``Sleep 0`` is not enabled - Command ``SetOption128 0|1`` web referer check disabling HTTP API commands if set to 0. Default set to 1 for backward compatibility [#12828](https://github.com/arendst/Tasmota/issues/12828) - Command ``SetOption129 1`` to enable split total energy results [#13030](https://github.com/arendst/Tasmota/issues/13030) +- Command ``SetOption130 1`` adding heap size (and ESP32 fragmentation) to logging timestamp for debugging - Command ``SetSensor1..127 0|1`` to globally disable individual sensor driver - Command ``Subscribe2 ...`` to subscribe to a MQTT topic without appended "/#" [#12858](https://github.com/arendst/Tasmota/issues/12858) - Command ``WebGetConfig `` if ``#define USE_WEBGETCONFIG`` is enabled to restore/init configuration from external webserver [#13034](https://github.com/arendst/Tasmota/issues/13034) @@ -175,6 +176,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - ESP32 M5 Stack Core2 uses UNIVERSAL_DISPLAY with enabled LVGL as default now - ESP32 minimum PWM Frequency lowered to 2Hz [#13123](https://github.com/arendst/Tasmota/issues/13123) - ESP32 shrinked Webcam build, uses now `USE_TASMOTA_DISCOVERY` [#13148](https://github.com/arendst/Tasmota/issues/13148) +- ESP32 Memory display to exclude IRAM (i.e. less by 40-50KB) [#13294](https://github.com/arendst/Tasmota/issues/13294) ### Fixed - Sonoff L1 (lite) smoother color transitions