We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ec0f68 + 649155d commit 8b48ed6Copy full SHA for 8b48ed6
1 file changed
src/lib/resource.ts
@@ -1040,4 +1040,17 @@ export const deviceHardwareList: DeviceHardware[] = [
1040
requiresDfu: true,
1041
images: ["thinknode_m6.svg"]
1042
},
1043
+ {
1044
+ hwModel: 122,
1045
+ hwModelSlug: "TBEAM_1_WATT",
1046
+ platformioTarget: "t-beam-1w",
1047
+ architecture: "esp32-s3",
1048
+ activelySupported: false,
1049
+ supportLevel: 1,
1050
+ displayName: "LilyGo T-Beam 1W",
1051
+ tags: ["LilyGo"],
1052
+ hasMui: false,
1053
+ partitionScheme: "8MB",
1054
+ images: ["tbeam-1w.svg"],
1055
+ },
1056
];
0 commit comments