mirror of https://github.com/arendst/Tasmota.git
Added "--serving-host" parameter to SonOTA.
parent
7877b33d13
commit
2d5c6c2d6c
|
@ -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:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue