From 2d5c6c2d6c936535ce6008b8ba033c2b4f97dcf1 Mon Sep 17 00:00:00 2001 From: Lazar Obradovic Date: Sun, 3 Dec 2017 12:16:51 +0100 Subject: [PATCH] Added "--serving-host" parameter to SonOTA. --- SonOTA---Espressif2Arduino---Tasmota-without-compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SonOTA---Espressif2Arduino---Tasmota-without-compiling.md b/SonOTA---Espressif2Arduino---Tasmota-without-compiling.md index 4fa3e265..8caf5856 100644 --- a/SonOTA---Espressif2Arduino---Tasmota-without-compiling.md +++ b/SonOTA---Espressif2Arduino---Tasmota-without-compiling.md @@ -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) ``` 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: ```