From d5289e8ba90497b9f2d75826b183b9f5e150a1b3 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:09:34 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89343b8e4..ca7823132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file. - Add command entered to command error and command unknown message - ESP32 platform update from 2024.08.11 to 2024.09.10 and Framework (Arduino Core) from v3.0.4 to v3.0.5 (#22163) - SCD30 Lowered I2C clock from 100k to 50k (#15438) +- Refactor and fix PID sensor (PID_USE_LOCAL_SENSOR) read race condition (#22162) ### Fixed - Shutter missing HOLD on shutterbutton (#22108) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f8d83cf84..634ecba3a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -151,6 +151,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Energy BL09xx command ``CurrentSet`` input changed from Ampere to milliAmpere - Energy force Apparent Power equals Active Power when (Calculated) Apparent Power is less than Active Power [#20653](https://github.com/arendst/Tasmota/issues/20653) - Refactored I2C drivers HTU21, BH1750, SHT3x, iAQ and HYT +- Refactor and fix PID sensor (PID_USE_LOCAL_SENSOR) read race condition [#22162](https://github.com/arendst/Tasmota/issues/22162) - SCD30 Lowered I2C clock from 100k to 50k [#15438](https://github.com/arendst/Tasmota/issues/15438) ### Fixed