We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578c6bb commit fc173b3Copy full SHA for fc173b3
platformio.ini
@@ -2487,6 +2487,7 @@ board_build.f_flash = 80000000L
2487
board_build.flash_mode = qio
2488
2489
build_unflags = ${env:esp32S3_8MB_M.build_unflags} ;; use the same as "normal" S3 buildenv
2490
+ -D ARDUINO_USB_CDC_ON_BOOT=1 ;; fix warning: "ARDUINO_USB_CDC_ON_BOOT" redefined; comment out for Serial debug
2491
build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-indentation -Wno-format-truncation
2492
${common_mm.build_flags_S}
2493
-D WLED_RELEASE_NAME=matrixportal_esp32s3
0 commit comments