Skip to content

Commit

Permalink
Bump built-in example sketches version to 1.10.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
per1234 committed Oct 4, 2022
1 parent ae76432 commit 945a8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino-ide-extension/scripts/download-examples.js
Original file line number Diff line number Diff line change
@@ -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');
Expand Down

0 comments on commit 945a8f4

Please sign in to comment.