Skip to content

Commit 2634d2b

Browse files
authored
Change requiresDfu from true to false
1 parent 8fca9b2 commit 2634d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/resource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ export const deviceHardwareList: DeviceHardware[] = [
738738
supportLevel: 1,
739739
displayName: "muzi base",
740740
tags: ["muzi"],
741-
requiresDfu: true,
741+
requiresDfu: false,
742742
images: ["muzi_base.svg"]
743743
},
744744
{

0 commit comments

Comments
 (0)