Bump to version 2.4.4
This commit is contained in:
parent
d3147adbfd
commit
b33ff31253
3 changed files with 6 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
Arduino HID Project 2.4.3
|
Arduino HID Project 2.4.4
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||

|

|
||||||
|
|
@ -41,14 +41,15 @@ An offline snapshot is available in [releases](https://github.com/NicoHood/HID/r
|
||||||
Contact
|
Contact
|
||||||
=======
|
=======
|
||||||
|
|
||||||
You can contact me on my wordpress blog in the contact section.
|
|
||||||
|
|
||||||
www.nicohood.de
|
www.nicohood.de
|
||||||
|
|
||||||
|
|
||||||
Version History
|
Version History
|
||||||
===============
|
===============
|
||||||
```
|
```
|
||||||
|
2.4.4 Release (xx.xx.2016)
|
||||||
|
* Added releaseAll() to Mouse API
|
||||||
|
|
||||||
2.4.3 Release (02.03.2016)
|
2.4.3 Release (02.03.2016)
|
||||||
* Fixed NKRO Keyboard modifier add() #76
|
* Fixed NKRO Keyboard modifier add() #76
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name=HID-Project
|
name=HID-Project
|
||||||
version=2.4.3
|
version=2.4.4
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ THE SOFTWARE.
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// Software version
|
// Software version
|
||||||
#define HID_PROJECT_VERSION 243
|
#define HID_PROJECT_VERSION 244
|
||||||
|
|
||||||
#if ARDUINO < 10607
|
#if ARDUINO < 10607
|
||||||
#error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.
|
#error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue