10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96efb59 commit 3b41130Copy full SHA for 3b41130
changelog.md
@@ -1,3 +1,6 @@
1
+## 2.2.2 - 2017/01/20
2
+- Fixed naming bug [PR #398](https://github.com/z3t0/Arduino-IRremote/pull/398)
3
+
4
## 2.2.1 - 2016/07/27
5
- Added tests for Lego Power Functions Protocol [PR #336](https://github.com/z3t0/Arduino-IRremote/pull/336)
6
examples/IRrecord/IRrecord.ino
@@ -126,7 +126,7 @@ void sendCode(int repeat) {
126
Serial.println(codeValue, HEX);
127
}
128
else if (codeType == JVC) {
129
- irsend.sendPanasonic(codeValue, codeLen);
+ irsend.sendJVC(codeValue, codeLen, false);
130
Serial.print("Sent JVC");
131
132
0 commit comments