bumped version number to 2.5
This commit is contained in:
parent
72e2e124b8
commit
b8bdc23208
4 changed files with 5 additions and 48 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Arduino HID Project 2.4
|
||||
Arduino HID Project 2.5
|
||||
=======================
|
||||
|
||||

|
||||
|
|
@ -49,6 +49,8 @@ www.nicohood.de
|
|||
Version History
|
||||
===============
|
||||
```
|
||||
2.5 Release (xx.xx.2015)
|
||||
|
||||
2.4 Release (06.11.2015)
|
||||
* Added Arduino IDE 1.6.6 compatibility with Pluggable HID
|
||||
* Improved Pluggable HID (see Arduyuino changelog for my improvements)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name=HID-Project
|
||||
version=2.4
|
||||
version=2.5
|
||||
author=NicoHood
|
||||
maintainer=NicoHood <blog@NicoHood.de>
|
||||
sentence=Extended HID Functions for Arduino
|
||||
|
|
|
|||
|
|
@ -1,45 +0,0 @@
|
|||
{
|
||||
"packages": [
|
||||
{
|
||||
"name": "HID",
|
||||
"maintainer": "NicoHood",
|
||||
"websiteURL": "https://github.com/NicoHood/HID",
|
||||
"email": "",
|
||||
"help": {
|
||||
"online": ""
|
||||
},
|
||||
"platforms": [
|
||||
{
|
||||
"name": "HID Project",
|
||||
"architecture": "avr",
|
||||
"version": "2.2",
|
||||
"category": "HID",
|
||||
"help": {
|
||||
"online": ""
|
||||
},
|
||||
"url": "https://github.com/NicoHood/HID/releases/download/2.2/2.2-boards_manager.zip",
|
||||
"archiveFileName": "2.2-boards_manager.zip",
|
||||
"checksum": "SHA-256:9c86ee28a7ce9fe33e8b07ec643316131e0031b0d22e63bb398902a5fdadbca9",
|
||||
"size": "351303",
|
||||
"boards": [
|
||||
{"name": "Arduino Leonardo"},
|
||||
{"name": "Arduino Micro"}
|
||||
],
|
||||
"toolsDependencies": [
|
||||
{
|
||||
"packager": "arduino",
|
||||
"name": "avr-gcc",
|
||||
"version": "4.8.1-arduino5"
|
||||
},
|
||||
{
|
||||
"packager": "arduino",
|
||||
"name": "avrdude",
|
||||
"version": "6.0.1-arduino5"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"tools": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -25,7 +25,7 @@ THE SOFTWARE.
|
|||
#pragma once
|
||||
|
||||
// Software version
|
||||
#define HID_PROJECT_VERSION 240
|
||||
#define HID_PROJECT_VERSION 250
|
||||
|
||||
// TODO remove https://github.com/arduino/arduino-builder/issues/33
|
||||
#include <Arduino.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue