Skip to content

Commit c3f00cf

Browse files
authored
Update resource.ts
1 parent 2634d2b commit c3f00cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/resource.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,11 +734,11 @@ export const deviceHardwareList: DeviceHardware[] = [
734734
hwModelSlug: "MUZI_BASE",
735735
platformioTarget: "muzi-base",
736736
architecture: "nrf52840",
737-
activelySupported: true,
737+
activelySupported: false,
738738
supportLevel: 1,
739739
displayName: "muzi base",
740740
tags: ["muzi"],
741-
requiresDfu: false,
741+
requiresDfu: true,
742742
images: ["muzi_base.svg"]
743743
},
744744
{

0 commit comments

Comments
 (0)