USB mode=1 messed up the debug log

This commit is contained in:
mverch67 2024-07-03 11:17:17 +02:00 committed by Thomas Göttgens
parent 5f5ab2a444
commit 6356c395f1

View File

@ -8,7 +8,7 @@
"extra_flags": [
"-DBOARD_HAS_PSRAM",
"-DARDUINO_USB_CDC_ON_BOOT=1",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_USB_MODE=0",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1"
],