We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d30005b + 6c52baa commit b83c131Copy full SHA for b83c131
1 file changed
webgui/js_fabi/constantsFabi.js
@@ -19,6 +19,8 @@ C.HELP_BASE_URL = 'https://github.com/asterics/FABI/blob/master/Documentation/Us
19
20
C.USB_DEVICE_FILTERS = [
21
{usbVendorId: 0x2341, usbProductId: 0x8037}, // Arduino Pro Micro
22
+ {usbVendorId: 0x2341, usbProductId: 0x0043}, // Arduino Pro Micro
23
+ {usbVendorId: 0x2341, usbProductId: 0x0001}, // Arduino Pro Micro
24
{usbVendorId: 0x2E8A, usbProductId: 0xF10A}, // RaspberryPi PicoW
25
{usbVendorId: 0x239A, usbProductId: 0xCAFE} // RaspberryPi PicoW - Adafruit TinyUSB Stack
26
];
0 commit comments