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.
@Wilberforce started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I copied the usb.js file out of the tree and tried adding (and copy back):
usb.findByIds(0x0a12, 0x0001) ||
Same connection error.