We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ff795 commit 1277d06Copy full SHA for 1277d06
rosbot_utils/rosbot_utils/flash-firmware-usb.py
@@ -63,6 +63,8 @@ def exit_bootloader_mode(self):
63
64
def flash_firmware(self):
65
self.enter_bootloader_mode()
66
+ sh.usbreset("0403:6015")
67
+ time.sleep(1.0)
68
69
# Disable the flash read-protection
70
flash_args = ["-k", "-b", "115200"]
0 commit comments