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",