mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
b853886cb7
commit
904fb01e75
|
@ -19,12 +19,11 @@ All notable changes to this project will be documented in this file.
|
|||
- SerialBridge command ``SSerialSend9`` replaced by ``SSerialMode``
|
||||
- SML replace vars in descriptor and line (#21622)
|
||||
- NeoPool using temperature as only frequently changing value for NPTeleperiod (#21628)
|
||||
- NeoPool make compiler setting available by user_config_override.h
|
||||
- NeoPool make compiler setting available by `user_config_override.h` (#21645)
|
||||
- ESP32 MI32 improve parser (#21648)
|
||||
- ESP8266 platform update from 2024.01.01 to 2024.06.00 (#21668)
|
||||
- ESP8266 Framework (Arduino Core) from v2.7.6 to v2.7.7 (#21668)
|
||||
- Matter refactor reading of multiple attributes to reduce memory pressure
|
||||
- Matter refactor reading of multiple attributes to reduce memory pressure (#21675)
|
||||
|
||||
### Fixed
|
||||
- Matter interverted attributes 0xFFF9 and 0xFFFB (#21636)
|
||||
|
|
|
@ -151,6 +151,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- Matter refactoring of bridged devices [#21575](https://github.com/arendst/Tasmota/issues/21575)
|
||||
- Matter filter suffix automatically added for sensors [#21589](https://github.com/arendst/Tasmota/issues/21589)
|
||||
- Matter support for Rain sensor [#21633](https://github.com/arendst/Tasmota/issues/21633)
|
||||
- Matter refactor reading of multiple attributes to reduce memory pressure [#21675](https://github.com/arendst/Tasmota/issues/21675)
|
||||
|
||||
### Fixed
|
||||
- Shutter MQTT on inverted shutter [#21663](https://github.com/arendst/Tasmota/issues/21663)
|
||||
|
|
Loading…
Reference in New Issue