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 @@ -777,6 +777,17 @@ export const deviceHardwareList: DeviceHardware[] = [
777777 hasInkHud : true ,
778778 images : [ "wio_tracker_l1_eink.svg" ] ,
779779 } ,
780+ {
781+ hwModel : 96 ,
782+ hwModelSlug : "NOMADSTAR_METEOR_PRO" ,
783+ platformioTarget : "rak4631_nomadstar_meteor_pro" ,
784+ architecture : "nrf52840" ,
785+ activelySupported : false ,
786+ supportLevel : 1 ,
787+ displayName : "NomadStar Meteor Pro" ,
788+ tags : [ "NomadStar" ] ,
789+ requiresDfu : true ,
790+ } ,
780791 {
781792 hwModel : 97 ,
782793 hwModelSlug : "CROWPANEL" ,
@@ -897,4 +908,17 @@ export const deviceHardwareList: DeviceHardware[] = [
897908 partitionScheme : "16MB" ,
898909 images : [ "heltec_v4.svg" ]
899910 } ,
911+ {
912+ hwModel : 106 ,
913+ hwModelSlug : "RAK3312" ,
914+ platformioTarget : "rak3312" ,
915+ architecture : "esp32-s3" ,
916+ activelySupported : false ,
917+ supportLevel : 1 ,
918+ displayName : "RAK3312" ,
919+ tags : [ "RAK" ] ,
920+ requiresDfu : false ,
921+ hasMui : false ,
922+ partitionScheme : "16MB" ,
923+ } ,
900924] ;
You can’t perform that action at this time.
0 commit comments