From 4524b1884bdce47cc419d925d7e8467d47a98fec Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 3 Oct 2022 23:45:13 -0700 Subject: [PATCH] Bump built-in example sketches version to 1.10.0 The Arduino IDE installation includes a collection of example sketches demonstrating fundamental concepts. These examples are hosted in a dedicated repository, which is a dependency of this project. A new release has been made in that `arduino/arduino-examples` repository. This release updates the formatting of the examples to be compliant with the code style of the Arduino IDE 2.x "Auto Format" feature. --- arduino-ide-extension/scripts/download-examples.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino-ide-extension/scripts/download-examples.js b/arduino-ide-extension/scripts/download-examples.js index c7bcf9865..6d2d3debd 100644 --- a/arduino-ide-extension/scripts/download-examples.js +++ b/arduino-ide-extension/scripts/download-examples.js @@ -1,7 +1,7 @@ // @ts-check // The version to use. -const version = '1.9.1'; +const version = '1.10.0'; (async () => { const os = require('os');