From ca4da3e3adb69825b091851fdd2616fe867aed08 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Wed, 24 Mar 2021 09:20:31 +0100 Subject: [PATCH] GH-245: Updated to the most recent nightly CLI. - New CLI version: `20210324`. - The CLI has the fix for the missing core settings. Ref: arduino/arduino-cli#1230 Closes #245. Signed-off-by: Akos Kitta --- arduino-ide-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino-ide-extension/package.json b/arduino-ide-extension/package.json index 6c594cfec..f2be30132 100644 --- a/arduino-ide-extension/package.json +++ b/arduino-ide-extension/package.json @@ -121,7 +121,7 @@ ], "arduino": { "cli": { - "version": "0.17.0" + "version": "20210324" } } }