Skip to content

Commit 9eed281

Browse files
authored
Update flash-firmware-usb.py
1 parent 73b9044 commit 9eed281

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rosbot_utils/rosbot_utils/flash-firmware-usb.py

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def try_flash_operation(self, operation_name, flash_command, flash_args):
6565
try:
6666
self.enter_bootloader_mode()
6767
sh.usbreset("0403:6015")
68+
time.sleep(2.0)
6869
flash_command(self.port, *flash_args, _out=sys.stdout)
6970
self.exit_bootloader_mode()
7071
time.sleep(0.2)

0 commit comments

Comments
 (0)