mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Set default upload port to serial
This commit is contained in:
parent
be36218b84
commit
9356c02b4d
@ -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
|
||||
|
||||
; *********************************************************************
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user