Skip to content

Commit

Permalink
add option for faster upload speed
Browse files Browse the repository at this point in the history
  • Loading branch information
w00000dy committed Dec 21, 2020
1 parent f7893d4 commit 6a3ef42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a3ef42

Please sign in to comment.