Skip to content

Commit 9fadb54

Browse files
author
Federico Fissore
committed
Updating arduino-builder to 1.0.0-beta21
1 parent 7af5e7a commit 9fadb54

10 files changed

+6
-5
lines changed

Diff for: build/arduino-builder-linux32-1.0.0-beta20.tar.bz2.sha

-1
This file was deleted.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c6366e28b4dd94acc1d223f23b7e22c087195ff6

Diff for: build/arduino-builder-linux64-1.0.0-beta20.tar.bz2.sha

-1
This file was deleted.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6d0f1a93c9c98a8a579447c22086ef3b773adc9e

Diff for: build/arduino-builder-macosx-1.0.0-beta20.tar.bz2.sha

-1
This file was deleted.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
50c50ccbfd1dc8ee896b4d13b5391a54b94a4606

Diff for: build/arduino-builder-windows-1.0.0-beta20.zip.sha

-1
This file was deleted.

Diff for: build/arduino-builder-windows-1.0.0-beta21.zip.sha

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2d03546347d26b2130af35d1dac0a097c9f35753

Diff for: build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</or>
7272
</condition>
7373

74-
<property name="ARDUINO-BUILDER-VERSION" value="1.0.0-beta20" />
74+
<property name="ARDUINO-BUILDER-VERSION" value="1.0.0-beta21" />
7575

7676
<!-- Libraries required for running arduino -->
7777
<fileset dir=".." id="runtime.jars">

Diff for: build/shared/revisions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ARDUINO 1.6.6
2222
* Each open sketch gets built in its own folder, allowing the IDE to recycle previous compilations and being much faster
2323
* "Go to line": CTRL+L or Edit > Go to line... will open a dialog where you can type the line number where you want the editor to jump to
2424
* Added boards.local.txt support: like platform.local.txt, allows to enrich a boards.txt definition without modifying the original file. Thanks @Wackerbarth
25+
* Library to library dependencies: when your sketch imports a library, and that library uses another, the IDE will find out without you having to add a useless #include to your sketch
2526

2627
[libraries]
2728
* Bridge: YunClient.connected() returns true if there are bytes available for read. Thanks @RobAtticus

0 commit comments

Comments
 (0)