From a8f6b16208f533cc650453650e82091527c73cdd Mon Sep 17 00:00:00 2001 From: Robert Carter Date: Thu, 25 Jun 2026 08:59:43 -0500 Subject: [PATCH] Add LilyGo T-Echo-Card to the device hardware registry Register the LilyGo T-Echo-Card (HW_MODEL T_ECHO_CARD = 136). --- src/lib/resource.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 032cca6..4acedc3 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -1170,4 +1170,14 @@ export const deviceHardwareList: DeviceHardware[] = [ tags: ["LilyGo"], images: ["tlora-c6.svg"], }, + { + hwModel: 136, + hwModelSlug: "T_ECHO_CARD", + platformioTarget: "t-echo-card", + architecture: "nrf52840", + activelySupported: false, + supportLevel: 1, + displayName: "LilyGo T-Echo-Card", + tags: ["LilyGo"], + }, ];