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