Update changelogs

This commit is contained in:
Theo Arends 2024-09-20 12:09:34 +02:00
parent 694691e34a
commit d5289e8ba9
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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