We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c1b4d commit 57693fbCopy full SHA for 57693fb
Firmware/Balanduino/Balanduino.h
@@ -18,7 +18,7 @@
18
#ifndef _balanduino_h_
19
#define _balanduino_h_
20
21
-#if ARDUINO < 155 // Make sure the newest version of the Arduino IDE is used
+#if ARDUINO < 156 // Make sure the newest version of the Arduino IDE is used
22
#error "Please update the Arduino IDE to the newest version: http://arduino.cc/en/Main/Software"
23
#endif
24
0 commit comments