Merge pull request #908 from soif/ul_speed

Slower (reliable) upload speed for esp32-2432s022c
This commit is contained in:
fvanroie 2025-05-17 13:45:51 +02:00 committed by GitHub
commit 023092e449
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
[env:esp32-2432s022c_4MB]
extends = arduino_esp32_v2, flash_4mb
board = esp32dev
upload_speed = 921600
upload_speed = 460800 ; (set it to 115200, if you're experiencing issue when uploading)
build_flags =
${arduino_esp32_v2.build_flags}