Skip to content

Commit 8362202

Browse files
committed
Release 2.0.2
1 parent 4e8dc07 commit 8362202

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IRLremote 2.0.1
1+
# IRLremote 2.0.2
22

33
![Infrared Picture](header.jpg)
44

@@ -262,6 +262,9 @@ Links
262262
Version History
263263
===============
264264
```
265+
2.0.2 Release (08.04.2018)
266+
* Added ESP8266 #20
267+
265268
2.0.1 Release (16.01.2018)
266269
* Fix makefile compilation
267270

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=IRLremote
2-
version=2.0.1
2+
version=2.0.2
33
author=NicoHood
44
maintainer=NicoHood <[email protected]>
55
sentence=Lightweight Infrared library for Arduino

src/IRLremote.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ THE SOFTWARE.
3030
#endif
3131

3232
// Software version
33-
#define IRL_VERSION 201
33+
#define IRL_VERSION 202
3434

3535
// Delay_basic is only for avrs. With ARM sending is currently not possible
3636
// TODO implement sending

0 commit comments

Comments
 (0)