Set final USB VID and PID.
This commit is contained in:
@@ -15,7 +15,7 @@ function bufferToString(buffer) {
|
||||
let usbEndpoints;
|
||||
|
||||
function getUhkDevice() {
|
||||
return usb.findByIds(0x16d3, 0x05ea);
|
||||
return usb.findByIds(0x1d50, 0x6122);
|
||||
}
|
||||
|
||||
function getBootloaderDevice() {
|
||||
|
||||
Reference in New Issue
Block a user