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:
authorper1234 <accounts@perglass.com>2021-05-12 01:36:34 +0300
committerper1234 <accounts@perglass.com>2021-05-12 01:36:34 +0300
commit30bec1135f76fdf7b8954798a1c0924acc24b2e4 (patch)
tree7ee9175294a5fe6170aa1963a36d9ba054913f8d
parent9279f615540cfca0c06402f7a18ce7918db88b2c (diff)
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">