From 03c3badc581bf19c8bc199f17162db983b4959a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 15 Mar 2025 14:25:25 +0100 Subject: [PATCH] Add TLora V3 3.0 board to flasher --- src/lib/resource.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) 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",