Skip to content

Commit

Permalink
add CanaryOne to device hardware list
Browse files Browse the repository at this point in the history
  • Loading branch information
hdngr committed Feb 24, 2024
1 parent 956b839 commit d98f87e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ export const deviceHardwareList: DeviceHardware[] = [
activelySupported: true,
displayName: "RAK11310",
},
{
hwModel: 29,
hwModelSlug: "CANARYONE",
platformioTarget: "canaryone",
architecture: "nrf52840",
activelySupported: true,
displayName: "CanaryOne"
},
{
hwModel: 39,
hwModelSlug: "DIY_V1",
Expand Down

0 comments on commit d98f87e

Please sign in to comment.