fix ESP32_DEBUG

This commit is contained in:
Will Tatam
2025-11-08 21:21:32 +00:00
parent 9c4cf78a52
commit ec61a35042

View File

@@ -459,8 +459,7 @@ board_build.flash_mode = dio
[env:esp32dev_debug] [env:esp32dev_debug]
extends = env:esp32dev extends = env:esp32dev
upload_speed = 921600 upload_speed = 921600
build_unflags = -D WLED_RELEASE_NAME=\"ESP32\" build_flags = ${common.build_flags} ${esp32_idf_V4.build_flags}
build_flags = ${env:esp32dev.build_flags}
-D WLED_DEBUG -D WLED_DEBUG
-D WLED_RELEASE_NAME=\"ESP32_DEBUG\" -D WLED_RELEASE_NAME=\"ESP32_DEBUG\"