We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b712a07 + be53d53 commit 051f76aCopy full SHA for 051f76a
1 file changed
src/lib/resource.ts
@@ -1181,4 +1181,14 @@ export const deviceHardwareList: DeviceHardware[] = [
1181
displayName: "Heltec Mesh Node T1",
1182
tags: ["Heltec"],
1183
},
1184
+ {
1185
+ hwModel: 128,
1186
+ hwModelSlug: "MESH_TRACKER_X1",
1187
+ platformioTarget: "seeed_mesh_tracker_X1",
1188
+ architecture: "nrf52840",
1189
+ activelySupported: false,
1190
+ supportLevel: 1,
1191
+ displayName: "Seeed SenseCap Mesh Tracker X1",
1192
+ tags: ["Seeed"],
1193
+ },
1194
];
0 commit comments