Skip to content

Commit 4c3bf8f

Browse files
authored
Add support for MUZI R1 Neo hardware model
1 parent 14c27e3 commit 4c3bf8f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/lib/resource.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,18 @@ export const deviceHardwareList: DeviceHardware[] = [
831831
partitionScheme: "16MB",
832832
hasMui: true,
833833
},
834+
{
835+
hwModel: 101,
836+
hwModelSlug: "MUZI_R1_NEO",
837+
platformioTarget: "r1-neo",
838+
architecture: "nrf52840",
839+
activelySupported: false,
840+
supportLevel: 1,
841+
displayName: "muzi R1 Neo",
842+
tags: ["muzi"],
843+
requiresDfu: true,
844+
images: ["muzi_r1_neo.svg"]
845+
},
834846
{
835847
hwModel: 102,
836848
hwModelSlug: "T_DECK_PRO",

0 commit comments

Comments
 (0)