Added "--serving-host" parameter to SonOTA.

Lazar Obradovic 2017-12-03 12:16:51 +01:00
parent 7877b33d13
commit 2d5c6c2d6c
1 changed files with 1 additions and 1 deletions

@ -49,7 +49,7 @@ It worked with these devices. The firmware version is the version after the upda
* Start sonota.py with your **home** Wifi parameters and your PC IP (e.g. 192.168.1.10) * Start sonota.py with your **home** Wifi parameters and your PC IP (e.g. 192.168.1.10)
``` ```
cd ~/src/SonOTA cd ~/src/SonOTA
./sonota.py --wifi-ssid myhomewifi --wifi-password supersecredpassword 192.168.1.10 ./sonota.py --wifi-ssid myhomewifi --wifi-password supersecredpassword --serving-host 192.168.1.10
``` ```
SonOTA should say something like: SonOTA should say something like:
``` ```