mirror of https://github.com/arendst/Tasmota.git
Updated Upgrading (markdown)
parent
231440d517
commit
7efa934930
|
@ -21,7 +21,7 @@ After the upgrade is completed you can reconnect back to the Web UI and check th
|
||||||
If you wish to switch to a different [build](Builds) you have to change OtaUrl to the desired binary from our [OTA Server](http://thehackbox.org/tasmota/release/).
|
If you wish to switch to a different [build](Builds) you have to change OtaUrl to the desired binary from our [OTA Server](http://thehackbox.org/tasmota/release/).
|
||||||
|
|
||||||
It is possible to create your own simple http OTA server (https is not supported) using Python and perform upgrades from there.
|
It is possible to create your own simple http OTA server (https is not supported) using Python and perform upgrades from there.
|
||||||
Install Python and from the folder where the binary (make sure sonoff-minimal.bin is locate there too) is located run :
|
Install Python and from the folder where the binary (make sure sonoff-minimal.bin is located there too) is located run :
|
||||||
```
|
```
|
||||||
python -m http.server 8000
|
python -m http.server 8000
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue