We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd182d commit eb3a674Copy full SHA for eb3a674
1 file changed
src/lib/resource.ts
@@ -698,5 +698,17 @@ export const deviceHardwareList: DeviceHardware[] = [
698
tags: ["Elecrow"],
699
requiresDfu: false,
700
images: ["thinknode_m2.svg"],
701
- }
+ },
702
+ {
703
+ hwModel: 94,
704
+ hwModelSlug: "HELTEC_MESH_POCKET",
705
+ platformioTarget: "heltec_mesh_pocket",
706
+ architecture: "nrf52840",
707
+ activelySupported: false,
708
+ supportLevel: 1,
709
+ displayName: "Heltec MeshPocket",
710
+ tags: ["Heltec"],
711
+ requiresDfu: true,
712
713
+
714
];
0 commit comments