• I copied the usb.js file out of the tree and tried adding (and copy back):

    usb.findByIds(0x0a12, 0x0001) ||

    this._usbDevice = usb.findByIds(0x0a12, 0x0001) || usb.findByIds(0x0a5c, 0x21e8) || usb.findByIds(0x19ff, 0x0239) || usb.findByIds(0x0a12, 0x0001) || usb.findByIds(0x0b05, 0x17cb) || usb.findByIds(0x8087, 0x07dc);
    

    Same connection error.

About

Avatar for Wilberforce @Wilberforce started