From 697643c36cb20f3af2daf1f3927a95b9ba07b6f0 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 21 May 2024 20:46:43 -0500 Subject: [PATCH] Add EByte EoRA S3 --- src/lib/resource.ts | 8 ++++++++ 1 file changed, 8 insertions(+) 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", + }, ];