From a0ae97a9552bb6bf6f1b5a413398151ba94f0a5b Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 19 Jan 2022 13:51:51 +0100 Subject: [PATCH] Add ESP32 serial interface Add ESP32 disable serial console when 3 (ESP32) or 2 (Other models) serial interfaces are requested (#14487) --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce72dd31..cea5549bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. ## [2022.01.3] ### Added - Command ``WebTime ,`` to show part of date and/or time in web gui based on "2017-03-07T11:08:02-07:00" +- ESP32 disable serial console when 3 (ESP32) or 2 (Other models) serial interfaces are requested (#14487) ### Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c0846c52a..efbd06fd9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -117,6 +117,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Solax X1 modbus RTS support and offline status [#14305](https://github.com/arendst/Tasmota/issues/14305) - Tasmota favicon to webbrowser tab [#14322](https://github.com/arendst/Tasmota/issues/14322) - ESP32 single binary firmware [#14239](https://github.com/arendst/Tasmota/issues/14239) +- ESP32 disable serial console when 3 (ESP32) or 2 (Other models) serial interfaces are requested [#14487](https://github.com/arendst/Tasmota/issues/14487) - ESP32 support for TuyaMcu - ESP32 Berry features - ESP32 support for USE_PWM_DIMMER as GPIO ``Option E1``