Skip to content

Commit

Permalink
Fix core 3 S2 USB
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed Oct 24, 2023
1 parent 5c395ff commit 84eaae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasmota/tasmota.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84eaae5

Please sign in to comment.