Fixed serial broken after #14153 - reverted

This commit is contained in:
Theo Arends 2021-12-25 11:42:26 +01:00
parent aaa87a037a
commit da8910b9c3
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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)