mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-08 20:06:32 +00:00
Bump built-in example sketches version to 1.10.0
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.
This commit is contained in:
parent
ae76432944
commit
945a8f4841
@ -1,7 +1,7 @@
|
|||||||
// @ts-check
|
// @ts-check
|
||||||
|
|
||||||
// The version to use.
|
// The version to use.
|
||||||
const version = '1.9.1';
|
const version = '1.10.0';
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
const os = require('os');
|
const os = require('os');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user