From dced0978080a783609895fea45d2279d9d0f27c5 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Mon, 4 Jan 2016 18:24:49 +0100 Subject: [PATCH] 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. --- src/HID-Project.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)