Update the VID and PID of the bootloader device.
This commit is contained in:
@@ -19,7 +19,7 @@ function getUhkDevice() {
|
||||
}
|
||||
|
||||
function getBootloaderDevice() {
|
||||
return usb.findByIds(0x15a2, 0x0073);
|
||||
return usb.findByIds(0x1d50, 0x6120);
|
||||
}
|
||||
|
||||
function getUsbEndpoints() {
|
||||
|
||||
Reference in New Issue
Block a user