Skip to content

Commit ec61a35

Browse files
committed
fix ESP32_DEBUG
1 parent 9c4cf78 commit ec61a35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

platformio.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,7 @@ board_build.flash_mode = dio
459459
[env:esp32dev_debug]
460460
extends = env:esp32dev
461461
upload_speed = 921600
462-
build_unflags = -D WLED_RELEASE_NAME=\"ESP32\"
463-
build_flags = ${env:esp32dev.build_flags}
462+
build_flags = ${common.build_flags} ${esp32_idf_V4.build_flags}
464463
-D WLED_DEBUG
465464
-D WLED_RELEASE_NAME=\"ESP32_DEBUG\"
466465

0 commit comments

Comments
 (0)