mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
latest Arduinon 3.0.0. needs HWCDC (#20905)
This commit is contained in:
parent
bb07ded475
commit
2cc87b086b
@ -225,7 +225,9 @@ bool tasconsole_serial = false;
|
|||||||
|
|
||||||
#if ARDUINO_USB_MODE
|
#if ARDUINO_USB_MODE
|
||||||
//#warning **** TasConsole ARDUINO_USB_MODE ****
|
//#warning **** TasConsole ARDUINO_USB_MODE ****
|
||||||
//HWCDC HWCDCSerial; // Already defined in HWCDC.cpp
|
#if (ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5,1,3))
|
||||||
|
HWCDC HWCDCSerial;
|
||||||
|
#endif
|
||||||
TASCONSOLE TasConsole{HWCDCSerial}; // ESP32C3/C6/S3 embedded USB using JTAG interface
|
TASCONSOLE TasConsole{HWCDCSerial}; // ESP32C3/C6/S3 embedded USB using JTAG interface
|
||||||
//#warning **** TasConsole uses HWCDC ****
|
//#warning **** TasConsole uses HWCDC ****
|
||||||
#else // No ARDUINO_USB_MODE
|
#else // No ARDUINO_USB_MODE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user