Added 1.6.7 as requirement

This commit is contained in:
NicoHood 2015-12-05 08:00:04 +01:00
parent 5c245d7a8b
commit 7754123b6e

View file

@ -27,8 +27,8 @@ THE SOFTWARE.
// Software version
#define HID_PROJECT_VERSION 241
#if ARDUINO < 10606
#error HID Project requires Arduino IDE 1.6.6 or greater. Please update your IDE.
#if ARDUINO < 10607
#error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.
#endif
#if !defined(USBCON)