Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@arduino.cc>2021-05-12 10:14:24 +0300
committerGitHub <noreply@github.com>2021-05-12 10:14:24 +0300
commit5758f90d41fd9839c5a6d0c55de3de3f092f4c10 (patch)
treedfd7f158194a2fcd224ce273bfbae2acd4ce7ce8
parentf89e49313817c55128d81af74d3f82d6da6e70af (diff)
parent30bec1135f76fdf7b8954798a1c0924acc24b2e4 (diff)
Merge pull request #11519 from per1234/update-examples
Use 1.9.1 release of built-in examples
-rw-r--r--build/arduino-examples-1.9.0.zip.sha1
-rw-r--r--build/arduino-examples-1.9.1.zip.sha1
-rw-r--r--build/build.xml2
3 files changed, 2 insertions, 2 deletions
diff --git a/build/arduino-examples-1.9.0.zip.sha b/build/arduino-examples-1.9.0.zip.sha
deleted file mode 100644
index 1e8228b9e..000000000
--- a/build/arduino-examples-1.9.0.zip.sha
+++ /dev/null
@@ -1 +0,0 @@
-22e2a43d7a4eea5f99998a397b0094f505806642
diff --git a/build/arduino-examples-1.9.1.zip.sha b/build/arduino-examples-1.9.1.zip.sha
new file mode 100644
index 000000000..5b1c6853d
--- /dev/null
+++ b/build/arduino-examples-1.9.1.zip.sha
@@ -0,0 +1 @@
+edf504dcca605d34818214747c9197cb376c834d
diff --git a/build/build.xml b/build/build.xml
index ec64795f7..bcf3895a7 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -107,7 +107,7 @@
<property name="arduinoOTA-VERSION" value="1.3.0" />
<property name="WIFI101-FW-UPDATER_VERSION" value="0.11.0" />
<!-- https://github.com/arduino/built-in-examples -->
- <property name="BUILT-IN-EXAMPLES-VERSION" value="1.9.0" />
+ <property name="BUILT-IN-EXAMPLES-VERSION" value="1.9.1" />
<!-- Libraries required for running arduino -->
<fileset dir=".." id="runtime.jars">