From ac8236abe1ddced26e1b4c480f4fef2702c56948 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:31:00 +0100 Subject: [PATCH] Update changelogs --- BUILDS.md | 2 ++ CHANGELOG.md | 3 ++- RELEASENOTES.md | 2 ++ tasmota/my_user_config.h | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/BUILDS.md b/BUILDS.md index 40baa4c4f..a76078765 100644 --- a/BUILDS.md +++ b/BUILDS.md @@ -229,7 +229,9 @@ Note: the `minimal` variant is not listed as it shouldn't be used outside of the | USE_MIEL_HVAC | - | - / - | - | - | - | - | | USE_PROJECTOR_CTRL | - | - / - | - | - | - | - | | USE_AS608 | - | - / - | - | - | - | - | +| USE_LD2402 | - | - / - | - | - | - | - | | USE_LD2410 | - | - / - | - | - | - | - | +| USE_LD2410S | - | - / - | - | - | - | - | | USE_GM861 | - | - / - | - | - | - | - | | USE_TCP_BRIDGE | - | - / - | - | - | - | - | zbbridge / zbbrdgpro | | USE_HC8 | - | - / - | - | - | - | - | diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da9cad37..fa9f6a3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### Added - Berry load `.tapp` files in `/.extensions/` then in `/` (#23113) - Support Vango Technologies V924x ultralow power, single-phase, power measurement (#23127) +- Support for HLK-LD2402 24GHz smart wave motion sensor (#23133) ### Breaking Changed - Berry remove `Leds.create_matrix` from the standard library waiting for reimplementation (#23114) @@ -15,7 +16,7 @@ All notable changes to this project will be documented in this file. - ESP32 Platform from 2025.02.30 to 2025.03.30, Framework (Arduino Core) from v3.1.1.250203 to v3.1.3.250302 and IDF from v5.3.2.250120 to 5.3.2.250228 (#23088) - ESP32 enable webcam version 2 (#18732) - ESP8266 enable FTP for >= 4MB variants (#23120) -- Update flasher for Sonoff ZBBridge Pro +- Berry update flasher for Sonoff ZBBridge Pro (#23136) ### Fixed - Berry prevent `import` from hiding a solidified class (#23112) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b9a684b66..0cfff0fe9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -117,6 +117,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ## Changelog v14.5.0.2 ### Added - Support Vango Technologies V924x ultralow power, single-phase, power measurement [#23127](https://github.com/arendst/Tasmota/issues/23127) +- Support for HLK-LD2402 24GHz smart wave motion sensor [#23133](https://github.com/arendst/Tasmota/issues/23133) - Allow acl in mqtt when client certificate is in use with `#define USE_MQTT_CLIENT_CERT` [#22998](https://github.com/arendst/Tasmota/issues/22998) - Berry experimental driver for AXP2101 for M5Core2v1.1 [#23039](https://github.com/arendst/Tasmota/issues/23039) - Berry `tasmota.when_network_up()` and simplified Matter using it [#23057](https://github.com/arendst/Tasmota/issues/23057) @@ -133,6 +134,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - GPIOViewer from v1.6.1 to v1.6.2 (No functional change) - ESP8266 enable FTP for >= 4MB variants [#23120](https://github.com/arendst/Tasmota/issues/23120) - ESP32 enable webcam version 2 [#18732](https://github.com/arendst/Tasmota/issues/18732) +- Berry update flasher for Sonoff ZBBridge Pro [#23136](https://github.com/arendst/Tasmota/issues/23136) - LVGL, prepare for HASPmota theme, change: no-grow when clicked, DPI set to 160 [#23040](https://github.com/arendst/Tasmota/issues/23040) - LVGL Mirroring add checkbox to enable/disable the feature (in the iterim for a better solution) [#23047](https://github.com/arendst/Tasmota/issues/23047) - Leds Panel add checkbox to enable/disable the feature (in the iterim for a better solution) [#23048](https://github.com/arendst/Tasmota/issues/23048) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 257275f85..0d4885e37 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -900,6 +900,7 @@ //#define USE_VINDRIKTNING // Add support for IKEA VINDRIKTNING particle concentration sensor (+0k6 code) // #define VINDRIKTNING_SHOW_PM1 // Display undocumented/supposed PM1.0 values // #define VINDRIKTNING_SHOW_PM10 // Display undocumented/supposed PM10 values +//#define USE_LD2402 // Add support for HLK-LD2402 Ultra Low-power 24GHz smart wave motion sensor (+4k7 code, 144 RAM) //#define USE_LD2410 // Add support for HLK-LD2410 24GHz smart wave motion sensor (+3k7 code, 88 RAM) //#define USE_LD2410S // Add support for HLK-LD2410S Ultra Low-power 24GHz smart wave motion sensor (+4k7 code, 144 RAM) //#define USE_LOX_O2 // Add support for LuminOx LOX O2 Sensor (+0k8 code)