Skip to content

Commit 72c042e

Browse files
authored
Merge pull request #78 from meshtastic/rcarteraz-patch-2
Add muzi base hardware model details
2 parents 1856520 + c3f00cf commit 72c042e

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
@@ -729,6 +729,18 @@ export const deviceHardwareList: DeviceHardware[] = [
729729
requiresDfu: false,
730730
images: ["thinknode_m2.svg"],
731731
},
732+
{
733+
hwModel: 93,
734+
hwModelSlug: "MUZI_BASE",
735+
platformioTarget: "muzi-base",
736+
architecture: "nrf52840",
737+
activelySupported: false,
738+
supportLevel: 1,
739+
displayName: "muzi base",
740+
tags: ["muzi"],
741+
requiresDfu: true,
742+
images: ["muzi_base.svg"]
743+
},
732744
{
733745
hwModel: 94,
734746
hwModelSlug: "HELTEC_MESH_POCKET",

0 commit comments

Comments
 (0)