mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
Update change log
This commit is contained in:
parent
0d435d2ccf
commit
3bb9d4854f
@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
## [9.5.0.9]
|
## [9.5.0.9]
|
||||||
### Added
|
### Added
|
||||||
- Command ``SetOption129 1`` to enable split total energy results (#13030)
|
- 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<phase>``, ``EnergyToday<phase>`` and ``EnergyYesterday<phase>`` to (re)set energy values
|
- Commands ``EnergyTotal<phase>``, ``EnergyToday<phase>`` and ``EnergyYesterday<phase>`` to (re)set energy values
|
||||||
- Commands ``EnergyUsage`` and ``EnergyExport`` to (re)set energy usage and export values
|
- Commands ``EnergyUsage`` and ``EnergyExport`` to (re)set energy usage and export values
|
||||||
- Berry add module ``import persist``
|
- Berry add module ``import persist``
|
||||||
@ -13,11 +14,11 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
- ESP32 LVGL updated to v8.0.2
|
- ESP32 LVGL updated to v8.0.2
|
||||||
- Changed Memory display on ESP32 to not include IRAM (i.e. less by 40-50KB)
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Removed command ``EnergyReset`` as it is replaced by new commands
|
- Removed command ``EnergyReset`` as it is replaced by new commands
|
||||||
- Files starting with underscore in file system are no more hidden
|
- 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
|
## [9.5.0.8] 20210927
|
||||||
### Added
|
### Added
|
||||||
|
@ -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 ``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 ``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 ``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 ``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 ``Subscribe2 ...`` to subscribe to a MQTT topic without appended "/#" [#12858](https://github.com/arendst/Tasmota/issues/12858)
|
||||||
- Command ``WebGetConfig <url>`` if ``#define USE_WEBGETCONFIG`` is enabled to restore/init configuration from external webserver [#13034](https://github.com/arendst/Tasmota/issues/13034)
|
- Command ``WebGetConfig <url>`` 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 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 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 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
|
### Fixed
|
||||||
- Sonoff L1 (lite) smoother color transitions
|
- Sonoff L1 (lite) smoother color transitions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user