From 84eaae572c8026e33e88ad399463f180c49a54b9 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:00:11 +0200 Subject: [PATCH] Fix core 3 S2 USB --- tasmota/tasmota.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/tasmota.ino b/tasmota/tasmota.ino index 7b4c20a49..bfd026f78 100644 --- a/tasmota/tasmota.ino +++ b/tasmota/tasmota.ino @@ -228,6 +228,7 @@ TASCONSOLE TasConsole{USBSerial}; // ESP32C3/C6/S3 embedded USB using #else // No ARDUINO_USB_MODE #include "USB.h" #include "USBCDC.h" +USBCDC USBSerial; // ESP32Sx embedded USB interface TASCONSOLE TasConsole{USBSerial}; // ESP32Sx embedded USB interface //#warning **** TasConsole uses USBCDC **** #endif // ARDUINO_USB_MODE