Skip to content

Commit 30555a6

Browse files
authored
Add NomadStar Meteor Pro and RAK3312 hardware models
1 parent 714495e commit 30555a6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/lib/resource.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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
];

0 commit comments

Comments
 (0)