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",