Merge pull request #1553 from WoodyLetsCode/fasterUpload

Add option for faster upload speed in platformio.ini
This commit is contained in:
Aircoookie 2020-12-21 21:45:08 +01:00 committed by GitHub
commit 48f6e33bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,10 @@ extra_scripts = pio/name-firmware.py
framework = arduino
board_build.flash_mode = dout
monitor_speed = 115200
# slow upload speed (comment this out with a ';' when building for development use)
upload_speed = 115200
# fast upload speed (remove ';' when building for development use)
; upload_speed = 921600
# ------------------------------------------------------------------------------
# LIBRARIES: required dependencies