Added 1.6.7 as requirement
This commit is contained in:
parent
5c245d7a8b
commit
7754123b6e
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue