mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
ec696509b9
commit
533b86d890
|
@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
|
|||
- TCP bridge increased baudrate selection (#21528)
|
||||
|
||||
### Fixed
|
||||
- uDisplay Parallel display on Core3 (#21529)
|
||||
|
||||
### Removed
|
||||
|
||||
|
@ -21,7 +22,6 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### Fixed
|
||||
- ESP32 slow response when using UDP as in emulation (#21470)
|
||||
- uDisplay Parallel display on Core3
|
||||
|
||||
## [14.0.0.2] 20240529
|
||||
### Added
|
||||
|
|
|
@ -144,6 +144,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- Domoticz re-subscribe on MQTT reconnect. Regression from v13.4.0.3 [#21281](https://github.com/arendst/Tasmota/issues/21281)
|
||||
- Watchdog restart or freeze if ``displaytext`` is more than 128 characters [#21401](https://github.com/arendst/Tasmota/issues/21401)
|
||||
- Wrong timeout in `WebQuery` and `webclient` since Core3 [#21442](https://github.com/arendst/Tasmota/issues/21442)
|
||||
- uDisplay Parallel display on Core3 [#21529](https://github.com/arendst/Tasmota/issues/21529)
|
||||
- UfsServe watchdog on large folder [#21486](https://github.com/arendst/Tasmota/issues/21486)
|
||||
- SML compile error when median-filter is disabled [#21495](https://github.com/arendst/Tasmota/issues/21495)
|
||||
- Hydreon RG15 malformed JSON string [#21508](https://github.com/arendst/Tasmota/issues/21508)
|
||||
|
|
Loading…
Reference in New Issue