Browse Source

Fix up reboot logic

sbg
Lorenz Meier 10 years ago
parent
commit
44a2473632
  1. 2
      Tools/px_uploader.py

2
Tools/px_uploader.py

@ -511,6 +511,8 @@ while True: @@ -511,6 +511,8 @@ while True:
up.send_reboot()
# wait for the reboot, without we might run into Serial I/O Error 5
time.sleep(0.5)
# always close the port
up.close()
continue
try:

Loading…
Cancel
Save