Skip to content

Commit c48f817

Browse files
committed
Set panasonic carrier frequency to 35 kHz
1 parent 96eedde commit c48f817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IRremote.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void IRsend::sendRC6(unsigned long data, int nbits)
170170
space(0); // Turn off at end
171171
}
172172
void IRsend::sendPanasonic(unsigned int address, unsigned long data) {
173-
enableIROut(38);
173+
enableIROut(35);
174174
mark(PANASONIC_HDR_MARK);
175175
space(PANASONIC_HDR_SPACE);
176176

0 commit comments

Comments
 (0)