mirror of https://github.com/arendst/Tasmota.git
Updated OTA over SCP (markdown)
parent
b5478622bc
commit
2cc7cf6427
|
@ -2,12 +2,11 @@ How to setup and configure "OTA over SCP" upload for PlatformIO. The uploader pu
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
To upload .bin images to OTA server using SCP, one has to edit following lines under target environment:
|
To upload .bin images to OTA server using SCP, one has to edit following lines under target environment:
|
||||||
|
```
|
||||||
`[env:sonoff]`
|
; *** Upload file to OTA server using SCP
|
||||||
`...`
|
upload_port = pi@192.168.2.11:/var/www/html/Updates
|
||||||
`extra_scripts = pio/sftp-uploader.py`
|
extra_scripts = pio/sftp-uploader.py
|
||||||
`upload_port = user@host:/path`
|
```
|
||||||
|
|
||||||
upload_port should be modified to reflect user, host and path on the host where images should be uploaded.
|
upload_port should be modified to reflect user, host and path on the host where images should be uploaded.
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
|
|
Loading…
Reference in New Issue