From 1322a9df23793b60e1f942faabc3df625b35d5ef Mon Sep 17 00:00:00 2001 From: pgollor Date: Fri, 30 Oct 2015 00:47:55 +0100 Subject: [PATCH] fix espota.py help --- tools/espota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/espota.py b/tools/espota.py index 7cb0f2fee..c5b7f5010 100755 --- a/tools/espota.py +++ b/tools/espota.py @@ -8,7 +8,7 @@ # This script will push an OTA update to the ESP # use it like: python espota.py -i -p -f # Or to upload SPIFFS image: -# python espota.py -i -p -s +# python espota.py -i -p -s -f # # Changes # 2015-09-18: