Skip to content

Commit

Permalink
Merge pull request #17 from canaryradio/canary-one
Browse files Browse the repository at this point in the history
add CanaryOne to device hardware list
  • Loading branch information
thebentern authored Feb 25, 2024
2 parents 956b839 + d98f87e commit fd4d167
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 fd4d167

Please sign in to comment.