File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- Arduino HID Project 2.6.1
1+ Arduino HID Project 2.6.2
22=========================
33
44![ Header Picture] ( header.jpg )
@@ -53,6 +53,10 @@ www.nicohood.de
5353Version History
5454===============
5555```
56+ 2.6.2 Release (24.12.2020)
57+ * Fix SAMD alignment #211
58+ * Fix asciimap size check #228
59+
56602.6.1 Release (13.07.2019)
5761* Allow keyboard layout change within arduino sketch #176
5862
Original file line number Diff line number Diff line change 11name =HID-Project
2- version =2.6.1
2+ version =2.6.2
33author =NicoHood
44maintainer =NicoHood <blog@NicoHood.de>
55sentence =Extended HID Functions for Arduino
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ THE SOFTWARE.
2525#pragma once
2626
2727// Software version
28- #define HID_PROJECT_VERSION 261
28+ #define HID_PROJECT_VERSION 262
2929
3030#if ARDUINO < 10607
3131#error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.
You can’t perform that action at this time.
0 commit comments