Merge pull request #1553 from WoodyLetsCode/fasterUpload

Add option for faster upload speed in platformio.ini
pull/1601/head^2
Aircoookie 2020-12-21 21:45:08 +01:00 zatwierdzone przez GitHub
commit 48f6e33bf2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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