You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the linked thread I discuss the findings of my research into a bug a user on the forum encounters when attempting to flash firmware in Workbench on Mac.
Overall, I think the catch in enterDfuMode should return when a UsbError is caught, as this is indicative that a device has (likely) entered DFU mode, but an error has occurred in the process. Catching the UsbError would eliminate the annoying one-minute timeout the user experiences.
The text was updated successfully, but these errors were encountered:
https://community.particle.io/t/connection-being-lost-when-flashing-via-usb/59315/3?u=nrobinson2000
In the linked thread I discuss the findings of my research into a bug a user on the forum encounters when attempting to flash firmware in Workbench on Mac.
Overall, I think the
catch
in enterDfuMode should return when aUsbError
is caught, as this is indicative that a device has (likely) entered DFU mode, but an error has occurred in the process. Catching theUsbError
would eliminate the annoying one-minute timeout the user experiences.The text was updated successfully, but these errors were encountered: