From ceb3dea42035906df109ada74c894cd5d1fbb55a Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 2 Oct 2025 05:01:12 -0500 Subject: [PATCH] chore: Scheduled updates (Firmware, Hardware) (#3285) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- app/src/main/assets/device_hardware.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app/src/main/assets/device_hardware.json b/app/src/main/assets/device_hardware.json index ab7f3d671..68a2a0e1d 100644 --- a/app/src/main/assets/device_hardware.json +++ b/app/src/main/assets/device_hardware.json @@ -1046,6 +1046,22 @@ "partitionScheme": "16MB", "hasMui": true }, + { + "hwModel": 101, + "hwModelSlug": "MUZI_R1_NEO", + "platformioTarget": "r1-neo", + "architecture": "nrf52840", + "activelySupported": false, + "supportLevel": 1, + "displayName": "muzi R1 Neo", + "tags": [ + "muzi" + ], + "requiresDfu": true, + "images": [ + "muzi_r1_neo.svg" + ] + }, { "hwModel": 102, "hwModelSlug": "T_DECK_PRO",