From da8910b9c3903bd663d91c7fd407a3f163129673 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 25 Dec 2021 11:42:26 +0100 Subject: [PATCH] Fixed serial broken after #14153 - reverted --- CHANGELOG.md | 8 ++++++-- RELEASENOTES.md | 2 -- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 111bd69a3..85f9de8b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development ## [10.1.0.2] + ### Changed -- TasmotaSerial library from v3.3.0 to v3.4.0 (#14153) +- TasmotaSerial library from v3.3.0 to v3.4.0 - reverted (#14153) - Force initial serial configuration even if no serial GPIO's are enabled (#14153) - Revert change to fix extra flashwrite before QuickPowerDetection (#14153) -- Increase SerialBridge receive buffer from 130 to 256 characters (#14153) +- Increase SerialBridge receive buffer from 130 to 256 characters - reverted (#14153) + +### Fixed +- Serial broken after #14153 - reverted ## [10.1.0.1] ### Added diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8da8b4144..17420cb6b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -111,10 +111,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo ### Breaking Changed ### Changed -- TasmotaSerial library from v3.3.0 to v3.4.0 [#14153](https://github.com/arendst/Tasmota/issues/14153) - Mitsubishi HVAC temperature resolution [#13936](https://github.com/arendst/Tasmota/issues/13936) - Remove restriction of topic must differ from mqttclient [#14019](https://github.com/arendst/Tasmota/issues/14019) -- Increase SerialBridge receive buffer from 130 to 256 characters [#14153](https://github.com/arendst/Tasmota/issues/14153) ### Fixed - EZOO2 sensor message format [#14000](https://github.com/arendst/Tasmota/issues/14000)