Skip to content

Commit 9c4cf78

Browse files
committed
improve esp32_dev env
1 parent 80c9707 commit 9c4cf78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platformio.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,8 @@ board_build.flash_mode = dio
458458

459459
[env:esp32dev_debug]
460460
extends = env:esp32dev
461-
build_unflags = -D WLED_RELEASE_NAME=\"ESP32_V4\"
461+
upload_speed = 921600
462+
build_unflags = -D WLED_RELEASE_NAME=\"ESP32\"
462463
build_flags = ${env:esp32dev.build_flags}
463464
-D WLED_DEBUG
464465
-D WLED_RELEASE_NAME=\"ESP32_DEBUG\"

0 commit comments

Comments
 (0)