Manual merge of #398

This commit is contained in:
Rafi Khan
2017-01-20 23:59:24 -06:00
parent bbb7c82f24
commit 8cb322d159
2 changed files with 4 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ void sendCode(int repeat) {
Serial.println(codeValue, HEX);
}
else if (codeType == JVC) {
irsend.sendPanasonic(codeValue, codeLen);
irsend.sendJVC(codeValue, codeLen, false);
Serial.print("Sent JVC");
Serial.println(codeValue, HEX);
}