File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 46
46
* files and images, etc) that comes from that.
47
47
*/
48
48
public class Base {
49
- public static final int REVISION = 105 ;
49
+ public static final int REVISION = 106 ;
50
50
/** 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 " ;
52
52
/** Set true if this a proper release rather than a numbered revision. */
53
53
static public boolean RELEASE = false ;
54
54
Original file line number Diff line number Diff line change 1
1
2
- ARDUINO 1.0.6 - not yet released
2
+ ARDUINO 1.0.6 - 2014.09.16
3
3
4
4
[core]
5
5
* avr: Improved USB-CDC write speed (Justin Rajewski)
@@ -11,6 +11,7 @@ ARDUINO 1.0.6 - not yet released
11
11
* Backported Print class from IDE 1.5.x
12
12
* Backported digitalPinToInterrupt macro from IDE 1.5.x
13
13
* Added initVariant() hook to allow 3rd party variant-specific initialization
14
+ * Added replacement stub for cstdlib atexit() function (Christopher Andrews)
14
15
15
16
[ide]
16
17
* Added compatibility for IDE 1.5.x libraries layout
@@ -23,6 +24,7 @@ ARDUINO 1.0.6 - not yet released
23
24
* Robot_Control: updated turning algorithm (Xun Yang)
24
25
* Esplora: added reading form Tinkerkit inputs
25
26
* SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk)
27
+ * fixed a bunch of examples
26
28
27
29
[firmware]
28
30
* Wifishield: fixed paths on firmware upgrade scripts
You can’t perform that action at this time.
0 commit comments