File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4646 * files and images, etc) that comes from that.
4747 */
4848public class Base {
49- public static final int REVISION = 105 ;
49+ public static final int REVISION = 106 ;
5050 /** This might be replaced by main() if there's a lib/version.txt file. */
51- static String VERSION_NAME = "0105 " ;
51+ static String VERSION_NAME = "0106 " ;
5252 /** Set true if this a proper release rather than a numbered revision. */
5353 static public boolean RELEASE = false ;
5454
Original file line number Diff line number Diff line change 11
2- ARDUINO 1.0.6 - not yet released
2+ ARDUINO 1.0.6 - 2014.09.16
33
44[core]
55* avr: Improved USB-CDC write speed (Justin Rajewski)
@@ -11,6 +11,7 @@ ARDUINO 1.0.6 - not yet released
1111* Backported Print class from IDE 1.5.x
1212* Backported digitalPinToInterrupt macro from IDE 1.5.x
1313* Added initVariant() hook to allow 3rd party variant-specific initialization
14+ * Added replacement stub for cstdlib atexit() function (Christopher Andrews)
1415
1516[ide]
1617* Added compatibility for IDE 1.5.x libraries layout
@@ -23,6 +24,7 @@ ARDUINO 1.0.6 - not yet released
2324* Robot_Control: updated turning algorithm (Xun Yang)
2425* Esplora: added reading form Tinkerkit inputs
2526* SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk)
27+ * fixed a bunch of examples
2628
2729[firmware]
2830* Wifishield: fixed paths on firmware upgrade scripts
You can’t perform that action at this time.
0 commit comments