Skip to content

Commit

Permalink
boards: add ids for af itsybitsy nrf52840 express
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Apr 2, 2024
1 parent 881ed6b commit eb5c8f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/definitions/board/boards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@ export const Boards: IBoardDefinition[] = [
oldId: [],
firmwareFileName: "nano33ble.sysex",
},
{
name: "Adafruit ItsyBitsy nRF52840 Express",
id: [59, 48, 3, 95],
oldId: [],
firmwareFileName: "af_ib_nrf52840.sysex",
},
];

export default Boards;

0 comments on commit eb5c8f2

Please sign in to comment.