diff --git a/src/lib/resource.ts b/src/lib/resource.ts index ec9c409..64e0bf5 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -328,4 +328,12 @@ export const deviceHardwareList: DeviceHardware[] = [ activelySupported: true, displayName: "unPhone", }, + { + hwModel: 61, + hwModelSlug: "CDEBYTE_EORA_S3", + platformioTarget: "CDEBYTE_EoRa-S3", + architecture: "esp32-s3", + activelySupported: true, + displayName: "EBYTE EoRa-S3", + }, ];