Skip to content

Commit

Permalink
Added PicoW
Browse files Browse the repository at this point in the history
Added PicoW to Serial filter
  • Loading branch information
Benjamin Aigner authored Dec 4, 2023
1 parent db4f018 commit 8a22e28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webgui/js_fabi/constantsFabi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ C.MAX_LENGTH_SLOTNAME = 11;
C.HELP_BASE_URL = 'https://github.com/asterics/FABI/blob/master/Documentation/UserManual/Markdown/Fabi%20User%20Manual.md // https://github.com/asterics/FABI/blob/master/Documentation/UserManual/Markdown/Fabi%20Anwendungsanleitung.md';

C.USB_DEVICE_FILTERS = [
{usbVendorId: 0x2341, usbProductId: 0x8037} // Arduino Pro Micro
{usbVendorId: 0x2341, usbProductId: 0x8037}, // Arduino Pro Micro
{usbVendorId: 0x2E8A, usbProductId: 0xF10A} // RaspberryPi PicoW
];

C.VIEWS = [{
Expand Down Expand Up @@ -192,4 +193,4 @@ C.BTN_MODES_ACTIONLIST = [{
index: 11,
label: 'Puff // Pusten',
category: C.BTN_CAT_SIPPUFF
}];
}];

0 comments on commit 8a22e28

Please sign in to comment.