From 9afff66ad1781da08020e524e99d70a7b199feb0 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 30 Dec 2021 14:48:01 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 5 +++++ RELEASENOTES.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bface1978..6788a4cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ All notable changes to this project will be documented in this file. ### Added - Command ``SSerialConfig `` 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 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f576311fe..a6d1d1856 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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