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 9c4cf78 commit ec61a35Copy full SHA for ec61a35
platformio.ini
@@ -459,8 +459,7 @@ board_build.flash_mode = dio
459
[env:esp32dev_debug]
460
extends = env:esp32dev
461
upload_speed = 921600
462
-build_unflags = -D WLED_RELEASE_NAME=\"ESP32\"
463
-build_flags = ${env:esp32dev.build_flags}
+build_flags = ${common.build_flags} ${esp32_idf_V4.build_flags}
464
-D WLED_DEBUG
465
-D WLED_RELEASE_NAME=\"ESP32_DEBUG\"
466
0 commit comments