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:
parent
f96e09c75b
commit
dced097808
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue