File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 53
53
* files and images, etc) that comes from that.
54
54
*/
55
55
public class Base {
56
- public static final int REVISION = 153 ;
56
+ public static final int REVISION = 154 ;
57
57
/** This might be replaced by main() if there's a lib/version.txt file. */
58
- static String VERSION_NAME = "0153 " ;
58
+ static String VERSION_NAME = "0154 " ;
59
59
/** Set true if this a proper release rather than a numbered revision. */
60
60
static public boolean RELEASE = false ;
61
61
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ ARDUINO 1.5.4 BETA
6
6
7
7
[libraries]
8
8
* sam: fixed wrong SPI initialization (noblepepper)
9
+ * updated all instances of Adafruit_GFX to the latest version
9
10
10
11
ARDUINO 1.5.3 BETA 2013.08.30
11
12
Original file line number Diff line number Diff line change 6
6
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
7
7
8
8
name=Arduino AVR Boards
9
- version=1.5.3
9
+ version=1.5.4
10
10
11
11
# AVR compile variables
12
12
# ---------------------
Original file line number Diff line number Diff line change 5
5
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
6
6
7
7
name=Arduino ARM (32-bits) Boards
8
- version=1.5.3
8
+ version=1.5.4
9
9
10
10
# SAM3 compile variables
11
11
# ----------------------
You can’t perform that action at this time.
0 commit comments