diff --git a/src/lib/resource.ts b/src/lib/resource.ts index b83aeba..43bd537 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -44,6 +44,17 @@ export const deviceHardwareList: DeviceHardware[] = [ tags: ["LilyGo"], images: ["tlora-v2-1-1_6.svg"], }, + { + hwModel: 3, + hwModelSlug: "TLORA_V2_1_1P6", + platformioTarget: "tlora-v3-3-0-tcxo", + architecture: "esp32", + activelySupported: true, + supportLevel: 1, + displayName: "LILYGO T-LoRa V3-3.0 TCXO", + tags: ["LilyGo"], + images: ["tlora-v2-1-1_6.svg"], + }, { hwModel: 4, hwModelSlug: "TBEAM",