Skip to content

Commit fc173b3

Browse files
committed
fix compiler warning for matrixportal buildenv
1 parent 578c6bb commit fc173b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,6 +2487,7 @@ board_build.f_flash = 80000000L
24872487
board_build.flash_mode = qio
24882488

24892489
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
24902491
build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-indentation -Wno-format-truncation
24912492
${common_mm.build_flags_S}
24922493
-D WLED_RELEASE_NAME=matrixportal_esp32s3

0 commit comments

Comments
 (0)