renamed "boarddefs.h" to "IRremoteBoardDefs.h" to avoid possible

conflcits. This was suggested in #375 and aims to prevent a **possible**
issue.
This commit is contained in:
Rafi Khan
2017-01-20 23:13:28 -06:00
parent 96efb5930a
commit 98d6a2cf3f
3 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 2.2.2 - 2017/01/20
- Renamed "boarddefs.h" [ISSUE #375](https://github.com/z3t0/Arduino-IRremote/issues/375)
## 2.2.1 - 2016/07/27
- Added tests for Lego Power Functions Protocol [PR #336](https://github.com/z3t0/Arduino-IRremote/pull/336)