Skip to content

Commit ef71a2b

Browse files
authored
Update platform.json
1 parent 6d2d94c commit ef71a2b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

platform.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,18 @@
101101
"owner": "platformio",
102102
"version": "~1.11.0"
103103
},
104-
"tool-openocd-esp32": {
105-
"type": "debugger",
104+
"install-openocd-esp32": {
105+
"type": "tool",
106106
"optional": false,
107107
"owner": "pioarduino",
108108
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/openocd-v0.12.0-esp32-20250226.zip"
109109
},
110+
"tool-openocd-esp32": {
111+
"type": "debugger",
112+
"optional": true,
113+
"owner": "pioarduino",
114+
"version": ""
115+
},
110116
"tool-mklittlefs": {
111117
"type": "uploader",
112118
"optional": true,

0 commit comments

Comments
 (0)