File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -703,11 +703,23 @@ export const deviceHardwareList: DeviceHardware[] = [
703703 {
704704 hwModel : 94 ,
705705 hwModelSlug : "HELTEC_MESH_POCKET" ,
706- platformioTarget : "heltec_mesh_pocket " ,
706+ platformioTarget : "heltec-mesh-pocket-10000 " ,
707707 architecture : "nrf52840" ,
708708 activelySupported : true ,
709709 supportLevel : 1 ,
710- displayName : "Heltec MeshPocket" ,
710+ displayName : "Heltec MeshPocket 10,000mAh" ,
711+ tags : [ "Heltec" ] ,
712+ images : [ "heltec_mesh_pocket.svg" ] ,
713+ requiresDfu : true ,
714+ } ,
715+ {
716+ hwModel : 94 ,
717+ hwModelSlug : "HELTEC_MESH_POCKET" ,
718+ platformioTarget : "heltec-mesh-pocket-5000" ,
719+ architecture : "nrf52840" ,
720+ activelySupported : true ,
721+ supportLevel : 1 ,
722+ displayName : "Heltec MeshPocket 5,000mAh" ,
711723 tags : [ "Heltec" ] ,
712724 images : [ "heltec_mesh_pocket.svg" ] ,
713725 requiresDfu : true ,
You can’t perform that action at this time.
0 commit comments