From 6fe1bbd617b226f8cbde07325486904c708e60f1 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 8 May 2023 15:10:15 +0200 Subject: [PATCH] Update changelogs --- RELEASENOTES.md | 8 ++++---- tasmota/tasmota_xsns_sensor/xsns_107_gm861.ino | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 464e0acb6..2490b7a56 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -36,9 +36,9 @@ While fallback or downgrading is common practice it was never supported due to S This release will be supported from ESP8266/Arduino library Core version **2.7.4.9** due to reported security and stability issues on previous Core version. This will also support gzipped binaries. -This release will be supported from ESP32/Arduino library Core version **2.0.8**. +This release will be supported from ESP32/Arduino library Core version **2.0.9**. -Support of ESP8266 Core versions before 2.7.4.9 and ESP32 Core versions before 2.0.8 have been removed. +Support of ESP8266 Core versions before 2.7.4.9 and ESP32 Core versions before 2.0.9 have been removed. ## Support of TLS @@ -80,7 +80,7 @@ Historical binaries can be downloaded from The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz`` ### ESP32, ESP32-C3, ESP32-S2 and ESP32-S3 based -The following binary downloads have been compiled with ESP32/Arduino library core version **2.0.8**. +The following binary downloads have been compiled with ESP32/Arduino library core version **2.0.9**. - **tasmota32.bin** = The Tasmota version with most drivers including additional sensors and KNX for 4M+ flash. **RECOMMENDED RELEASE BINARY** - **tasmota32xy.bin** = The Tasmota version with most drivers including additional sensors and KNX for ESP32-C3/S2/S3 and 4M+ flash. @@ -127,7 +127,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Change command ``FileUpload`` index binary data detection from >199 to >299 ### Changed -- ESP32 Framework (Core) from v2.0.7 to v2.0.8 +- ESP32 Framework (Core) from v2.0.7 to v2.0.9 - Refactored Zero Cross Dimmer [#18481](https://github.com/arendst/Tasmota/issues/18481) ### Fixed diff --git a/tasmota/tasmota_xsns_sensor/xsns_107_gm861.ino b/tasmota/tasmota_xsns_sensor/xsns_107_gm861.ino index 356e7ef39..c54019c09 100644 --- a/tasmota/tasmota_xsns_sensor/xsns_107_gm861.ino +++ b/tasmota/tasmota_xsns_sensor/xsns_107_gm861.ino @@ -67,6 +67,8 @@ Headr Ty Ln Addrs Data Check Headr Ty Ln Data Check 7E 00 08 01 00 B0 03 AB CD Output center part 7E 00 08 01 00 B1 03 AB CD Cut out N bytes from start (Eg: three characters) 7E 00 08 01 00 B2 02 AB CD Cut out N bytes from end (Eg: two characters) +7E 00 08 01 00 D0 80 AB CD Enabling AIM ID +7E 00 08 01 00 D0 00 AB CD Disabling AIM ID 7E 00 08 01 00 D9 50 81 D3 02 00 00 01 00 33 31 Zone bytes reset to defaults 7E 00 08 01 00 D9 55 D1 76 02 00 00 01 00 33 31 Restore user-defined factory settings 7E 00 08 01 00 D9 56 E1 15 02 00 00 01 00 33 31 Save as user-defined factory settings