We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b9044 commit 9eed281Copy full SHA for 9eed281
rosbot_utils/rosbot_utils/flash-firmware-usb.py
@@ -65,6 +65,7 @@ def try_flash_operation(self, operation_name, flash_command, flash_args):
65
try:
66
self.enter_bootloader_mode()
67
sh.usbreset("0403:6015")
68
+ time.sleep(2.0)
69
flash_command(self.port, *flash_args, _out=sys.stdout)
70
self.exit_bootloader_mode()
71
time.sleep(0.2)
0 commit comments