mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
1d1d785f51
commit
cbc9796c92
|
@ -9,8 +9,9 @@ All notable changes to this project will be documented in this file.
|
|||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- Berry class `int64` made immutable
|
||||
- LVGL make lv_touch_3_buttons more responsive
|
||||
- ESP32 Core3 SPI ethernet support for all models
|
||||
- Berry class `int64` made immutable (#20727)
|
||||
- LVGL make lv_touch_3_buttons more responsive (#20728)
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -122,7 +122,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- ESP32 core3 SPI ethernet support for all models
|
||||
- Berry class `int64` made immutable [#20727](https://github.com/arendst/Tasmota/issues/20727)
|
||||
- LVGL make lv_touch_3_buttons more responsive [#20728](https://github.com/arendst/Tasmota/issues/20728)
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
Loading…
Reference in New Issue