From ebe840eba5d4fc208a6f2fbe01cabfc901d5e7e4 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:40:10 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 3 ++- RELEASENOTES.md | 2 ++ tasmota/my_user_config.h | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f716537..e0221235e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,10 +14,12 @@ All notable changes to this project will be documented in this file. - Berry `gpio.read_pwm` and `gpio.read_pwm_resolution` (#20414) - Berry GPIO viewer initial version using async webserver (#20416) - Berry add `string` to `bytes()` (#20420) +- Berry button to dynamically load GPIO Viewer with Berry backend (#20424) ### Breaking Changed ### Changed +- Renamed button "Consoles" to "Tools" ### Fixed @@ -35,7 +37,6 @@ All notable changes to this project will be documented in this file. - HASPmota `haspmota.page_show()` to change page (#20333) - Berry `introspect.set()` for class attributes (#20339) - Support negative power on BL0942 using index 5..8 (#20322) -- Button to dynamically load GPIO Viewer with Berry backend ### Breaking Changed - Refactoring of Berry `animate` module for WS2812 Leds (#20236) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8d26e47ce..12b0c9df2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -133,6 +133,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry `gpio.read_pwm` and `gpio.read_pwm_resolution` [#20414](https://github.com/arendst/Tasmota/issues/20414) - Berry `gpio.get_pin_type` and `gpio.ger_pin_type_index` [#20415](https://github.com/arendst/Tasmota/issues/20415) - Berry `string` to `bytes()` [#20420](https://github.com/arendst/Tasmota/issues/20420) +- Berry button to dynamically load GPIO Viewer with Berry backend [#20424](https://github.com/arendst/Tasmota/issues/20424) - HASPmota `haspmota.page_show()` to change page [#20333](https://github.com/arendst/Tasmota/issues/20333) - HASPmota type `chart` [#20372](https://github.com/arendst/Tasmota/issues/20372) - Matter support for password for remote Tasmota devices [#20296](https://github.com/arendst/Tasmota/issues/20296) @@ -141,6 +142,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Refactoring of Berry `animate` module for WS2812 Leds [#20236](https://github.com/arendst/Tasmota/issues/20236) ### Changed +- Renamed button "Consoles" to "Tools" - Support syslog updates every sleep or every second if `#define SYSLOG_UPDATE_SECOND` [#20260](https://github.com/arendst/Tasmota/issues/20260) ### Fixed diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index b206af6e1..c3baf0b45 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -470,6 +470,7 @@ #define USE_ENHANCED_GUI_WIFI_SCAN // Enable Wi-Fi scan output with BSSID (+0k5 code) // #define USE_WEBSEND_RESPONSE // Enable command WebSend response message (+1k code) // #define USE_WEBGETCONFIG // Enable restoring config from external webserver (+0k6) +// #define USE_GPIO_VIEWER // Enable GPIO Viewer to see realtime GPIO states (+4k code) #define USE_EMULATION_HUE // Enable Hue Bridge emulation for Alexa (+14k code, +2k mem common) #define USE_EMULATION_WEMO // Enable Belkin WeMo emulation for Alexa (+6k code, +2k mem common) // #define USE_CCLOADER // Enable CCLoader FW upgrade tool (for CC25xx devices)