File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -832,4 +832,28 @@ export const deviceHardwareList: DeviceHardware[] = [
832832 hasMui : false ,
833833 partitionScheme : "16MB" ,
834834 } ,
835+ {
836+ hwModel : 103 ,
837+ hwModelSlug : "T_LORA_PAGER" ,
838+ platformioTarget : "tlora-pager" ,
839+ architecture : "esp32-s3" ,
840+ activelySupported : false ,
841+ supportLevel : 1 ,
842+ displayName : "LILYGO T-LoRa Pager" ,
843+ tags : [ "LilyGo" ] ,
844+ requiresDfu : true ,
845+ hasMui : false ,
846+ partitionScheme : "16MB" ,
847+ } ,
848+ {
849+ hwModel : 108 ,
850+ hwModelSlug : "HELTEC_MESH_SOLAR" ,
851+ platformioTarget : "heltec-mesh-solar" ,
852+ architecture : "nrf52840" ,
853+ activelySupported : false ,
854+ supportLevel : 1 ,
855+ displayName : "Heltec MeshSolar" ,
856+ tags : [ "Heltec" ] ,
857+ requiresDfu : true ,
858+ } ,
835859] ;
You can’t perform that action at this time.
0 commit comments