Set final USB VID and PID.

This commit is contained in:
László Monda
2017-05-23 23:12:48 +02:00
parent 47d1bae075
commit b02286ad8d

View File

@@ -15,7 +15,7 @@ function bufferToString(buffer) {
let usbEndpoints;
function getUhkDevice() {
return usb.findByIds(0x16d3, 0x05ea);
return usb.findByIds(0x1d50, 0x6122);
}
function getBootloaderDevice() {