From a37c44e28ae4c629da6789b7db779dcd14e19f1b Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Sun, 29 Sep 2024 12:22:49 -0700 Subject: [PATCH] Update resource.ts --- src/lib/resource.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 6ad2664..e1203bb 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -136,6 +136,14 @@ export const deviceHardwareList: DeviceHardware[] = [ activelySupported: true, displayName: "LILYGO T-LoRa T3-S3", }, + { + hwModel: 16, + hwModelSlug: "TLORA_T3_S3", + platformioTarget: "tlora-t3s3-epaper", + architecture: "esp32-s3", + activelySupported: true, + displayName: "LILYGO T-LoRa T3-S3 E-Paper", + }, { hwModel: 17, hwModelSlug: "NANO_G1_EXPLORER",