From 7efa9349300e41c7d18e7c01228766321f061fd8 Mon Sep 17 00:00:00 2001 From: blakadder Date: Tue, 7 May 2019 21:35:20 +0200 Subject: [PATCH] Updated Upgrading (markdown) --- Upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Upgrading.md b/Upgrading.md index 0e096f39..ab1c5a6d 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -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/). 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 ```