From 45f499d35286d8f393a05c1a4bda865c7dfcd470 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:19:30 +0200 Subject: [PATCH] Add optional console Tee to safeboot --- tasmota/include/tasmota_configurations_ESP32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index 9e6ac9be0..cf2e21cc3 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -180,6 +180,7 @@ #define USE_WEBSERVER #define USE_WEBCLIENT #define USE_WEBCLIENT_HTTPS +#define USE_SERIAL_BRIDGE // Add support for software Serial Bridge console Tee (+0k8 code) #endif // FIRMWARE_SAFEBOOT