Set default upload port to serial

This commit is contained in:
Theo Arends 2018-04-26 10:12:44 +02:00
parent be36218b84
commit 9356c02b4d

View File

@ -62,15 +62,15 @@ monitor_baud = 115200
;upload_speed = 115200
upload_speed = 512000
upload_resetmethod = nodemcu
;upload_port = COM5
upload_port = COM5
; *** Upload file to OTA server using SCP
;upload_port = user@host:/path
;extra_scripts = pio/strip-floats.py, pio/sftp-uploader.py
; *** Upload file to OTA server using HTTP
upload_port = domus1:80/api/upload-arduino.php
extra_scripts = pio/strip-floats.py, pio/http-uploader.py
;upload_port = domus1:80/api/upload-arduino.php
;extra_scripts = pio/strip-floats.py, pio/http-uploader.py
; *********************************************************************