Skip to content

Commit 7ccd408

Browse files
committed
Add T-Echo Lite
1 parent 25b7be0 commit 7ccd408

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/lib/resource.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,4 +859,17 @@ export const deviceHardwareList: DeviceHardware[] = [
859859
requiresDfu: true,
860860
images: ["heltec-mesh-solar.svg"],
861861
},
862+
{
863+
hwModel: 109,
864+
hwModelSlug: "T_ECHO_LITE",
865+
platformioTarget: "t-echo-lite",
866+
architecture: "nrf52840",
867+
activelySupported: false,
868+
supportLevel: 1,
869+
displayName: "LILYGO T-Echo Lite",
870+
tags: ["LilyGo"],
871+
requiresDfu: true,
872+
hasInkHud: false,
873+
images: ["techo_lite.svg"]
874+
},
862875
];

0 commit comments

Comments
 (0)