summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-06-20 19:15:36 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-06-20 19:15:36 (GMT)
commitd1723495658112a3ae9cde74ecd4b6c3a56cfec1 (patch)
tree00443e1b8fa501dd29d86638ec49507354cb21bc /tools
parent64afca127612d6d9ded4ac86a7e76fbe3d8086f1 (diff)
wasptool: Fix --reset
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/wasptool2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wasptool b/tools/wasptool
index f9e2f05..2c31575 100755
--- a/tools/wasptool
+++ b/tools/wasptool
@@ -153,7 +153,7 @@ def handle_exec(c, fname):
print_log(log)
log.close()
-def handle_reset(c, ota=True):
+def handle_reset(c, ota=False):
cmd = 'reset'
if ota:
cmd = 'enter_ota_dfu'