diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 3b5b3d0..cc83baa 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -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",