mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-19 09:16:41 +00:00
Merge pull request #908 from soif/ul_speed
Slower (reliable) upload speed for esp32-2432s022c
This commit is contained in:
commit
023092e449
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user