diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 686fa24..352025f 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -1040,4 +1040,17 @@ export const deviceHardwareList: DeviceHardware[] = [ requiresDfu: true, images: ["thinknode_m6.svg"] }, + { + hwModel: 122, + hwModelSlug: "TBEAM_1_WATT", + platformioTarget: "t-beam-1w", + architecture: "esp32-s3", + activelySupported: false, + supportLevel: 1, + displayName: "LilyGo T-Beam 1W", + tags: ["LilyGo"], + hasMui: false, + partitionScheme: "8MB", + images: ["tbeam-1w.svg"], + }, ];