wasptool: Fix --reset
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
64afca1276
commit
d172349565
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue