mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
694691e34a
commit
d5289e8ba9
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue