Open premanandaembed opened 1 year ago
with usb1.USBContext() as context: for device in context.getDeviceList(): if int(0xXXXX) == device.getVendorID() and int(0x0001) == device.getProductID(): dfu_device = dfu.DFU(dev.open()) dfu_device.startDFU()
how to convert normal mode to dfu mode.
how to convert normal mode to dfu mode.