File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -782,11 +782,12 @@ export const deviceHardwareList: DeviceHardware[] = [
782782 hwModelSlug : "NOMADSTAR_METEOR_PRO" ,
783783 platformioTarget : "rak4631_nomadstar_meteor_pro" ,
784784 architecture : "nrf52840" ,
785- activelySupported : false ,
785+ activelySupported : true ,
786786 supportLevel : 1 ,
787787 displayName : "NomadStar Meteor Pro" ,
788788 tags : [ "NomadStar" ] ,
789789 requiresDfu : true ,
790+ images : [ "meteor_pro.svg" ]
790791 } ,
791792 {
792793 hwModel : 97 ,
@@ -913,12 +914,13 @@ export const deviceHardwareList: DeviceHardware[] = [
913914 hwModelSlug : "RAK3312" ,
914915 platformioTarget : "rak3312" ,
915916 architecture : "esp32-s3" ,
916- activelySupported : false ,
917+ activelySupported : true ,
917918 supportLevel : 1 ,
918919 displayName : "RAK3312" ,
919920 tags : [ "RAK" ] ,
920921 requiresDfu : false ,
921922 hasMui : false ,
922923 partitionScheme : "16MB" ,
924+ images : [ "rak_3312.svg" ]
923925 } ,
924926] ;
You can’t perform that action at this time.
0 commit comments