From 4369ce42f29ba68bd3b114959736fe3452caa4f9 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Mon, 12 Jan 2026 14:04:22 -0700 Subject: [PATCH] Change activelySupported to true for T-Echo Plus --- src/lib/resource.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/resource.ts b/src/lib/resource.ts index a11f5c3..686fa24 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -295,7 +295,7 @@ export const deviceHardwareList: DeviceHardware[] = [ platformioTarget: "t-echo-plus", architecture: "nrf52840", supportLevel: 1, - activelySupported: false, + activelySupported: true, displayName: "LILYGO T-Echo Plus", tags: ["LilyGo"], images: ["t-echo_plus.svg"],