premanandaembed

Results 1 issues of premanandaembed

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() ![Screenshot 2023-04-01 101553](https://user-images.githubusercontent.com/64586165/229266137-b624e967-724c-470b-8c0e-b7c0964d6bcb.png) how to convert normal mode to dfu...