1
0
Fork 0

wasptool: Fix --reset

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
pull/45/head
Daniel Thompson 2020-06-20 20:15:36 +01:00
parent 64afca1276
commit d172349565
1 changed files with 1 additions and 1 deletions

View File

@ -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'