Skip to content

Commit 9133814

Browse files
committed
Rev'ed to 2.2.4.
1 parent 3875097 commit 9133814

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

Contributors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ These are the active contributors of this project that you may contact if there
1818
- [ElectricRCAircraftGuy](https://github.com/electricrcaircraftguy): Active Contributor
1919
- [philipphenkel](https://github.com/philipphenkel): Active Contributor
2020
- [MCUdude](https://github.com/MCUdude): Contributor
21+
- [marcmerlin](https://github.com/marcmerlin): Contributor (ESP32 port)
2122

2223
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Tutorials and more information will be made available on [the official homepage]
2525
- ATmega8535, 16, 32, 164, 324, 644, 1284,
2626
- ATmega64, 128
2727
- ATtiny 84 / 85
28+
- ESP32 (receive only)
2829

2930
We are open to suggestions for adding support to new boards, however we highly recommend you contact your supplier first and ask them to provide support from their side.
3031

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.2.4 - 2017/03/31
2+
- Added ESP32 IR receive support [PR #427](https://github.com/z3t0/Arduino-IRremote/pull/425)
3+
14
## 2.2.3 - 2017/03/27
25
- Fix calculation of pause length in LEGO PF protocol [PR #427](https://github.com/z3t0/Arduino-IRremote/pull/427)
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.3",
10+
"version": "2.2.4",
1111
"frameworks": "arduino",
1212
"platforms": "atmelavr",
1313
"authors" :

0 commit comments

Comments
 (0)