From 955fd31830d7c4a9a8f4722486bd15aacfbe1754 Mon Sep 17 00:00:00 2001 From: Theo Arends Date: Wed, 23 May 2018 13:57:29 +0200 Subject: [PATCH] Add command option --- Python-HTTP-OTA-Server.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Python-HTTP-OTA-Server.md b/Python-HTTP-OTA-Server.md index 35be1d5f..52402ed1 100644 --- a/Python-HTTP-OTA-Server.md +++ b/Python-HTTP-OTA-Server.md @@ -36,6 +36,12 @@ Firmware Upgrade -> Upgrade by web server: http://:5000/sonoff-minimal.bin ``` +or use the following commands: +``` +otaurl http://:5000/sonoff-minimal.bin +upgrade 1 +``` + ## Usage: To start Python HTTP server: