Update changelogs

This commit is contained in:
Theo Arends 2021-12-30 14:48:01 +01:00
parent 3220332b1c
commit 9afff66ad1
2 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,11 @@ All notable changes to this project will be documented in this file.
### Added ### Added
- Command ``SSerialConfig <serialconfig>`` to change Serial Bridge configuration - 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 ### Changed
- LVGL update from 8.0.2 to 8.1.0 - LVGL update from 8.0.2 to 8.1.0

View File

@ -117,8 +117,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
### Fixed ### Fixed
- EZOO2 sensor message format [#14000](https://github.com/arendst/Tasmota/issues/14000) - 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 Webcam exception during flashwrites
- ESP32 LedPwmMode exception [#14073](https://github.com/arendst/Tasmota/issues/14073) - 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 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 ### Removed