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