Skip to content

Commit

Permalink
Update flash-firmware-usb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN authored May 28, 2024
1 parent 73b9044 commit 9eed281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rosbot_utils/rosbot_utils/flash-firmware-usb.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def try_flash_operation(self, operation_name, flash_command, flash_args):
try:
self.enter_bootloader_mode()
sh.usbreset("0403:6015")
time.sleep(2.0)
flash_command(self.port, *flash_args, _out=sys.stdout)
self.exit_bootloader_mode()
time.sleep(0.2)
Expand Down

0 comments on commit 9eed281

Please sign in to comment.