Skip to content

Commit

Permalink
fix compiler warning for matrixportal buildenv
Browse files Browse the repository at this point in the history
  • Loading branch information
softhack007 committed Jun 6, 2024
1 parent 578c6bb commit fc173b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2487,6 +2487,7 @@ board_build.f_flash = 80000000L
board_build.flash_mode = qio

build_unflags = ${env:esp32S3_8MB_M.build_unflags} ;; use the same as "normal" S3 buildenv
-D ARDUINO_USB_CDC_ON_BOOT=1 ;; fix warning: "ARDUINO_USB_CDC_ON_BOOT" redefined; comment out for Serial debug
build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-indentation -Wno-format-truncation
${common_mm.build_flags_S}
-D WLED_RELEASE_NAME=matrixportal_esp32s3
Expand Down

0 comments on commit fc173b3

Please sign in to comment.