Skip to content

Commit 6c52baa

Browse files
Added some old ProMicro PID/VID
1 parent 8c15fae commit 6c52baa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

webgui/js_fabi/constantsFabi.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ C.HELP_BASE_URL = 'https://github.com/asterics/FABI/blob/master/Documentation/Us
1919

2020
C.USB_DEVICE_FILTERS = [
2121
{usbVendorId: 0x2341, usbProductId: 0x8037}, // Arduino Pro Micro
22+
{usbVendorId: 0x2341, usbProductId: 0x0043}, // Arduino Pro Micro
23+
{usbVendorId: 0x2341, usbProductId: 0x0001}, // Arduino Pro Micro
2224
{usbVendorId: 0x2E8A, usbProductId: 0xF10A}, // RaspberryPi PicoW
2325
{usbVendorId: 0x239A, usbProductId: 0xCAFE} // RaspberryPi PicoW - Adafruit TinyUSB Stack
2426
];

0 commit comments

Comments
 (0)