We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96efb59 + 3b41130 commit a4cf8bcCopy full SHA for a4cf8bc
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