Skip to content

Commit ccc9d01

Browse files
committed
Add Lego fix to change and bump version up to 2.2.3
1 parent 257a151 commit ccc9d01

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

Contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ These are the active contributors of this project that you may contact if there
1616
- [Sebazzz](https://github.com/sebazz): Contributor
1717
- [lumbric](https://github.com/lumbric): Contributor
1818
- [ElectricRCAircraftGuy](https://github.com/electricrcaircraftguy): Active Contributor
19-
- [henkel](https://github.com/henkel): Contributor
19+
- [philipphenkel](https://github.com/philipphenkel): Active Contributor
2020
- [MCUdude](https://github.com/MCUdude): Contributor
2121

2222
Note: This list is being updated constantly so please let [z3t0](https://github.com/z3t0) know if you have been missed.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This library enables you to send and receive using infra-red signals on an Ardui
88

99
Tutorials and more information will be made available on [the official homepage](http://z3t0.github.io/Arduino-IRremote/).
1010

11-
## Version - 2.2.1
11+
## Version - 2.2.3
1212

1313
## Installation
1414
1. Navigate to the [Releases](https://github.com/z3t0/Arduino-IRremote/releases) page.
@@ -65,7 +65,7 @@ Check [here](Contributing.md) for some guidelines.
6565

6666
## Contact
6767
68-
Please only email me if it is more appropriate than creating an Issue / PR. I **will** not respond to requests for adding support for particular boards, unless of course you are the creator of the board and would like to cooperate on the project. I will also **ignore** any emails asking me to tell you how to implement your ideas. However, if you have a private inquiry that you would only apply to you and you would prefer it to be via email, by all means.
68+
Please only email me if it is more appropriate than creating an Issue / PR. I **will** not respond to requests for adding support for particular boards, unless of course you are the creator of the board and would like to cooperate on the project. I will also **ignore** any emails asking me to tell you how to implement your ideas. However, if you have a private inquiry that you would only apply to you and you would prefer it to be via email, by all means.
6969

7070
## Contributors
7171
Check [here](Contributors.md)

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.2.3 - 2017/03/27
2+
- Fix calculation of pause length in LEGO PF protocol [PR #427](https://github.com/z3t0/Arduino-IRremote/pull/427)
3+
14
## 2.2.2 - 2017/01/20
25
- Fixed naming bug [PR #398](https://github.com/z3t0/Arduino-IRremote/pull/398)
36

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/z3t0/Arduino-IRremote.git"
99
},
10-
"version": "2.2.1",
10+
"version": "2.2.3",
1111
"frameworks": "arduino",
1212
"platforms": "atmelavr",
1313
"authors" :

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=IRremote
2-
version=2.2.1
2+
version=2.2.3
33
author=shirriff
44
maintainer=shirriff
55
sentence=Send and receive infrared signals with multiple protocols

0 commit comments

Comments
 (0)