Bump built-in example sketches version to 1.10.1

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.
This commit is contained in:
per1234 2023-12-30 06:54:01 -08:00
parent 0ca1a31747
commit 2f2b19f613

View File

@ -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');