diff --git a/src/HID-Project.h b/src/HID-Project.h index 5e9ae12..275af76 100644 --- a/src/HID-Project.h +++ b/src/HID-Project.h @@ -27,8 +27,8 @@ THE SOFTWARE. // Software version #define HID_PROJECT_VERSION 242 -#if ARDUINO < 10608 -#error HID Project requires Arduino IDE 1.6.8 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)