Skip to content

Commit eb3a674

Browse files
authored
Update resource.ts
1 parent 4fd182d commit eb3a674

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/lib/resource.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,5 +698,17 @@ export const deviceHardwareList: DeviceHardware[] = [
698698
tags: ["Elecrow"],
699699
requiresDfu: false,
700700
images: ["thinknode_m2.svg"],
701-
}
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+
702714
];

0 commit comments

Comments
 (0)