ignore timeout to prevent error

This commit is contained in:
HuangMason320 2025-07-24 12:13:57 +08:00
parent 23d8c4ff61
commit b316c7c68a

View File

@ -290,7 +290,7 @@ class MultiDongle:
# setting timeout of the usb communication with the device # setting timeout of the usb communication with the device
print('[Set Device Timeout]') print('[Set Device Timeout]')
kp.core.set_timeout(device_group=self.device_group, milliseconds=5000) # kp.core.set_timeout(device_group=self.device_group, milliseconds=5000)
print(' - Success') print(' - Success')
# if self.upload_fw: # if self.upload_fw: