From 4f35e0ee46287c9e29417259be49eb96693a59ac Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Fri, 2 Jan 2026 11:55:38 -0700 Subject: [PATCH] Add support for LILYGO T-Echo Plus hardware model --- src/lib/resource.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 0943a35..492fd09 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -289,6 +289,19 @@ export const deviceHardwareList: DeviceHardware[] = [ images: ["station-g2.svg"], partitionScheme: "16MB", }, + { + hwModel: 33, + hwModelSlug: "T_ECHO_PLUS", + platformioTarget: "t-echo-plus", + architecture: "nrf52840", + supportLevel: 1, + activelySupported: false, + displayName: "LILYGO T-Echo Plus", + tags: ["LilyGo"], + images: ["t-echo_plus.svg"], + requiresDfu: true, + hasInkHud: true, + }, { hwModel: 39, hwModelSlug: "DIY_V1",