mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 18:26:30 +00:00
Fix core 3 S2 USB
This commit is contained in:
parent
5c395ffc06
commit
84eaae572c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user