We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 498fbca + 4f35e0e commit e67a2e4Copy full SHA for e67a2e4
1 file changed
src/lib/resource.ts
@@ -289,6 +289,19 @@ export const deviceHardwareList: DeviceHardware[] = [
289
images: ["station-g2.svg"],
290
partitionScheme: "16MB",
291
},
292
+ {
293
+ hwModel: 33,
294
+ hwModelSlug: "T_ECHO_PLUS",
295
+ platformioTarget: "t-echo-plus",
296
+ architecture: "nrf52840",
297
+ supportLevel: 1,
298
+ activelySupported: false,
299
+ displayName: "LILYGO T-Echo Plus",
300
+ tags: ["LilyGo"],
301
+ images: ["t-echo_plus.svg"],
302
+ requiresDfu: true,
303
+ hasInkHud: true,
304
+ },
305
{
306
hwModel: 39,
307
hwModelSlug: "DIY_V1",
0 commit comments