From c4254d0996411b68693c1a167696570372cf5e66 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 13 Apr 2018 13:47:46 -0700 Subject: [PATCH] Change type to "debugger" for openOCD --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index e8317d9..8677d5b 100644 --- a/platform.json +++ b/platform.json @@ -72,7 +72,7 @@ "version": "~1.1.0" }, "tool-openocd-esp32": { - "type": "uploader", + "type": "debugger", "optional": true, "version": "~0.1.0" }