mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
3220332b1c
commit
9afff66ad1
|
@ -7,6 +7,11 @@ All notable changes to this project will be documented in this file.
|
|||
### Added
|
||||
- Command ``SSerialConfig <serialconfig>`` to change Serial Bridge configuration
|
||||
|
||||
### Fixed
|
||||
- DHT support negative temperatures on different hardware (#14173)
|
||||
- ESP32 Provide proper OTA_URL for tasmota32solo1 (#14202)
|
||||
- Hardware serial parity and stop bits support (#14212)
|
||||
|
||||
### Changed
|
||||
- LVGL update from 8.0.2 to 8.1.0
|
||||
|
||||
|
|
|
@ -117,8 +117,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
|||
|
||||
### Fixed
|
||||
- EZOO2 sensor message format [#14000](https://github.com/arendst/Tasmota/issues/14000)
|
||||
- DHT support negative temperatures on different hardware [#14173](https://github.com/arendst/Tasmota/issues/14173)
|
||||
- Hardware serial parity and stop bits support [#14212](https://github.com/arendst/Tasmota/issues/14212)
|
||||
- ESP32 Webcam exception during flashwrites
|
||||
- ESP32 LedPwmMode exception [#14073](https://github.com/arendst/Tasmota/issues/14073)
|
||||
- ESP32 Compile error when I2S_Audio is enabled [#14095](https://github.com/arendst/Tasmota/issues/14095)
|
||||
- ESP32 Provide proper OTA_URL for tasmota32solo1 [#14202](https://github.com/arendst/Tasmota/issues/14202)
|
||||
|
||||
### Removed
|
||||
|
|
Loading…
Reference in New Issue