Updated OTA over SCP (markdown)

Fabian 2018-01-12 16:34:24 +01:00
parent 2cc7cf6427
commit ddf5dcac72
1 changed files with 2 additions and 2 deletions

@ -1,10 +1,10 @@
How to setup and configure "OTA over SCP" upload for PlatformIO. The uploader pushes .bin files to remote OTA server using SCP. Images can be served to Sonoff-Tasmotas from there. How to setup and configure "OTA over SCP" upload for PlatformIO. The uploader pushes .bin files to remote OTA server using SCP. Images can be served to Sonoff-Tasmotas from there.
# 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, edit the following lines under target environment:
``` ```
; *** Upload file to OTA server using SCP ; *** Upload file to OTA server using SCP
upload_port = pi@192.168.2.11:/var/www/html/Updates upload_port = user@host:/path
extra_scripts = pio/sftp-uploader.py extra_scripts = pio/sftp-uploader.py
``` ```
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.