File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,6 @@ build_unflags = ${common.build_unflags}
284284build_flags = -g
285285 -Wshadow =compatible-local ; ; emit warning in case a local variable "shadows" another local one
286286 -DARDUINO_ARCH_ESP32 -DESP32
287- -DARDUINO_USB_CDC_ON_BOOT =0 ; ; this flag is mandatory for "classic ESP32" when building with arduino-esp32 >=2.0.3
288287 ${esp32_all_variants.build_flags}
289288 -D WLED_ENABLE_DMX_INPUT
290289lib_deps =
@@ -454,6 +453,7 @@ platform = ${esp32_idf_V4.platform}
454453build_unflags = ${common.build_unflags}
455454custom_usermods = audioreactive
456455build_flags = ${common.build_flags} ${esp32_idf_V4.build_flags} -D WLED_RELEASE_NAME =\" ESP32_V4\" # -D WLED_DISABLE_BROWNOUT_DET
456+ -DARDUINO_USB_CDC_ON_BOOT =0 ; ; this flag is mandatory for "classic ESP32" when building with arduino-esp32 >=2.0.3
457457lib_deps = ${esp32_idf_V4.lib_deps}
458458monitor_filters = esp32_exception_decoder
459459board_build.partitions = ${esp32.default_partitions}
You can’t perform that action at this time.
0 commit comments