Bump built-in example sketches version to 1.10.2

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:
Per Tillisch 2025-02-26 12:33:32 -08:00
parent 1712f9ea9d
commit 6d96e227eb

View File

@ -1,7 +1,7 @@
// @ts-check // @ts-check
// The version to use. // The version to use.
const version = '1.10.1'; const version = '1.10.2';
(async () => { (async () => {
const os = require('node:os'); const os = require('node:os');