From e31bba2a1ef2a1d5b386b90f837df18584656aee Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Sun, 28 Sep 2025 09:53:59 -0500 Subject: [PATCH] chore: Scheduled updates (Firmware, Hardware) (#3218) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- app/src/main/assets/device_hardware.json | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/app/src/main/assets/device_hardware.json b/app/src/main/assets/device_hardware.json index b1ff477a4..ab7f3d671 100644 --- a/app/src/main/assets/device_hardware.json +++ b/app/src/main/assets/device_hardware.json @@ -974,6 +974,22 @@ "wio_tracker_l1_eink.svg" ] }, + { + "hwModel": 96, + "hwModelSlug": "NOMADSTAR_METEOR_PRO", + "platformioTarget": "rak4631_nomadstar_meteor_pro", + "architecture": "nrf52840", + "activelySupported": true, + "supportLevel": 1, + "displayName": "NomadStar Meteor Pro", + "tags": [ + "NomadStar" + ], + "requiresDfu": true, + "images": [ + "meteor_pro.svg" + ] + }, { "hwModel": 97, "hwModelSlug": "CROWPANEL", @@ -1131,5 +1147,23 @@ "images": [ "heltec_v4.svg" ] + }, + { + "hwModel": 106, + "hwModelSlug": "RAK3312", + "platformioTarget": "rak3312", + "architecture": "esp32-s3", + "activelySupported": true, + "supportLevel": 1, + "displayName": "RAK3312", + "tags": [ + "RAK" + ], + "requiresDfu": false, + "hasMui": false, + "partitionScheme": "16MB", + "images": [ + "rak_3312.svg" + ] } ] \ No newline at end of file