Browse Source

🐛 Fix Index Mobo Rev03 upload (#23676)

Stephen Hawes 2 years ago
parent
commit
1be3b8df4a
No account linked to committer's email address
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      buildroot/share/PlatformIO/boards/marlin_index_mobo_rev03.json

+ 5
- 5
buildroot/share/PlatformIO/boards/marlin_index_mobo_rev03.json View File

6
     "f_cpu": "168000000L",
6
     "f_cpu": "168000000L",
7
     "hwids": [
7
     "hwids": [
8
       [
8
       [
9
+        "0x0483",
10
+        "0xdf11"
11
+      ],
12
+      [
9
         "0x1EAF",
13
         "0x1EAF",
10
         "0x0003"
14
         "0x0003"
11
       ],
15
       ],
12
       [
16
       [
13
         "0x0483",
17
         "0x0483",
14
         "0x3748"
18
         "0x3748"
15
-      ],
16
-      [
17
-        "0x0483",
18
-        "0xdf11"
19
       ]
19
       ]
20
     ],
20
     ],
21
     "mcu": "stm32f407vet6",
21
     "mcu": "stm32f407vet6",
35
     "disable_flushing": false,
35
     "disable_flushing": false,
36
     "maximum_ram_size": 131072,
36
     "maximum_ram_size": 131072,
37
     "maximum_size": 524288,
37
     "maximum_size": 524288,
38
-    "protocol": "stlink",
38
+    "protocol": "dfu",
39
     "protocols": [
39
     "protocols": [
40
       "stlink",
40
       "stlink",
41
       "dfu",
41
       "dfu",

Loading…
Cancel
Save