Skip to content

Commit 57693fb

Browse files
committed
Arduino 1.5.6 is released
1 parent 83c1b4d commit 57693fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/Balanduino/Balanduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifndef _balanduino_h_
1919
#define _balanduino_h_
2020

21-
#if ARDUINO < 155 // Make sure the newest version of the Arduino IDE is used
21+
#if ARDUINO < 156 // Make sure the newest version of the Arduino IDE is used
2222
#error "Please update the Arduino IDE to the newest version: http://arduino.cc/en/Main/Software"
2323
#endif
2424

0 commit comments

Comments
 (0)