Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
klues committed Dec 7, 2023
2 parents 269a6b6 + 8a22e28 commit d153488
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 d153488

Please sign in to comment.