Skip to content

Commit

Permalink
Merge pull request #19 from rcarteraz/patch-1
Browse files Browse the repository at this point in the history
Add RP2040-LoRa
  • Loading branch information
thebentern authored Feb 27, 2024
2 parents 71997fe + 6ce08d5 commit 436bcfc
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 @@ -176,6 +176,14 @@ export const deviceHardwareList: DeviceHardware[] = [
activelySupported: true,
displayName: "CanaryOne"
},
{
hwModel: 30,
hwModelSlug: "RP2040_LORA",
platformioTarget: "rp2040-lora",
architecture: "rp2040",
activelySupported: true,
displayName: "RP2040 LoRa"
},
{
hwModel: 39,
hwModelSlug: "DIY_V1",
Expand Down

0 comments on commit 436bcfc

Please sign in to comment.