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 96eedde commit c48f817Copy full SHA for c48f817
1 file changed
IRremote.cpp
@@ -170,7 +170,7 @@ void IRsend::sendRC6(unsigned long data, int nbits)
170
space(0); // Turn off at end
171
}
172
void IRsend::sendPanasonic(unsigned int address, unsigned long data) {
173
- enableIROut(38);
+ enableIROut(35);
174
mark(PANASONIC_HDR_MARK);
175
space(PANASONIC_HDR_SPACE);
176
0 commit comments