Changed version number to 2.4.1

This commit is contained in:
NicoHood 2015-11-30 18:05:56 +01:00
parent e8f3178509
commit 5c245d7a8b
3 changed files with 9 additions and 5 deletions

View file

@ -1,5 +1,5 @@
Arduino HID Project 2.5 Arduino HID Project 2.4.1
======================= =========================
![Header Picture](header.jpg) ![Header Picture](header.jpg)
@ -49,7 +49,11 @@ www.nicohood.de
Version History Version History
=============== ===============
``` ```
2.5 Release (xx.xx.2015) 2.4.1 Release (xx.xx.2015)
* RawHID Improvements
* Added Keyboard Feature Report
* NKRO and Keyboard API fixes
* Arduino library manager fix
2.4 Release (06.11.2015) 2.4 Release (06.11.2015)
* Added Arduino IDE 1.6.6 compatibility with Pluggable HID * Added Arduino IDE 1.6.6 compatibility with Pluggable HID

View file

@ -1,5 +1,5 @@
name=HID-Project name=HID-Project
version=2.5 version=2.4.1
author=NicoHood author=NicoHood
maintainer=NicoHood <blog@NicoHood.de> maintainer=NicoHood <blog@NicoHood.de>
sentence=Extended HID Functions for Arduino sentence=Extended HID Functions for Arduino

View file

@ -25,7 +25,7 @@ THE SOFTWARE.
#pragma once #pragma once
// Software version // Software version
#define HID_PROJECT_VERSION 250 #define HID_PROJECT_VERSION 241
#if ARDUINO < 10606 #if ARDUINO < 10606
#error HID Project requires Arduino IDE 1.6.6 or greater. Please update your IDE. #error HID Project requires Arduino IDE 1.6.6 or greater. Please update your IDE.