kopia lustrzana https://github.com/Aircoookie/WLED
add option for faster upload speed
rodzic
f7893d4e4b
commit
6a3ef42d37
|
@ -179,7 +179,10 @@ extra_scripts = pio/name-firmware.py
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board_build.flash_mode = dout
|
board_build.flash_mode = dout
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
# slow upload speed (comment this out with a ';' when building for development use)
|
||||||
upload_speed = 115200
|
upload_speed = 115200
|
||||||
|
# fast upload speed (remove ';' when building for development use)
|
||||||
|
; upload_speed = 921600
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# LIBRARIES: required dependencies
|
# LIBRARIES: required dependencies
|
||||||
|
|
Ładowanie…
Reference in New Issue