From d1723495658112a3ae9cde74ecd4b6c3a56cfec1 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sat, 20 Jun 2020 20:15:36 +0100 Subject: wasptool: Fix --reset Signed-off-by: Daniel Thompson 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' -- cgit v0.10.2