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 c3f3944 commit 80c9707Copy full SHA for 80c9707
platformio.ini
@@ -449,7 +449,7 @@ board = esp32dev
449
platform = ${esp32_idf_V4.platform}
450
build_unflags = ${common.build_unflags}
451
custom_usermods = audioreactive
452
-build_flags = ${common.build_flags} ${esp32_idf_V4.build_flags} -D WLED_RELEASE_NAME=\"ESP32_V4\" #-D WLED_DISABLE_BROWNOUT_DET
+build_flags = ${common.build_flags} ${esp32_idf_V4.build_flags} -D WLED_RELEASE_NAME=\"ESP32\" #-D WLED_DISABLE_BROWNOUT_DET
453
-DARDUINO_USB_CDC_ON_BOOT=0 ;; this flag is mandatory for "classic ESP32" when building with arduino-esp32 >=2.0.3
454
lib_deps = ${esp32_idf_V4.lib_deps}
455
monitor_filters = esp32_exception_decoder
0 commit comments