From 89b5282d920249a6dabba4742865fefe5acff8c1 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 23 Dec 2021 12:35:28 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1550b2c28..111bd69a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### Changed - TasmotaSerial library from v3.3.0 to v3.4.0 (#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) ## [10.1.0.1] diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b0bb2e9f5..8da8b4144 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -114,7 +114,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - 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) -- Force initial serial configuration even if no serial GPIO's are enabled [#14153](https://github.com/arendst/Tasmota/issues/14153) - Increase SerialBridge receive buffer from 130 to 256 characters [#14153](https://github.com/arendst/Tasmota/issues/14153) ### Fixed