Lowered Arduiono IDE dependency to 1.6.7 again

RawHID is fixed with 1.6.8, but its not essential for the whole library.
However 1.6.8 is recommended.
This commit is contained in:
NicoHood 2016-01-04 18:24:49 +01:00
parent f96e09c75b
commit dced097808

View file

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