Skip to content

Commit a70011b

Browse files
authored
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.
1 parent 6eef09e commit a70011b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/scripts/download-examples.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22

33
// The version to use.
4-
const version = '1.10.1';
4+
const version = '1.10.2';
55

66
(async () => {
77
const os = require('node:os');

0 commit comments

Comments
 (0)