Skip to content

Commit

Permalink
Bump built-in example sketches version to 1.10.1
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.

The infrastructure for downloading the examples during the Arduino IDE build is hereby updated to use the latest release
of the `arduino/arduino-examples` repository.
  • Loading branch information
per1234 committed Jan 15, 2024
1 parent 0ca1a31 commit 2f2b19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino-ide-extension/scripts/download-examples.js
@@ -1,7 +1,7 @@
// @ts-check

// The version to use.
const version = '1.10.0';
const version = '1.10.1';

(async () => {
const os = require('node:os');
Expand Down

0 comments on commit 2f2b19f

Please sign in to comment.