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