You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
voidIRsend::sendDenon(unsignedlong data, int nbits) {
229
229
// Set IR carrier frequency
230
-
enableIROut(38);
230
+
enableIROut(DENON_KHZ);
231
231
Serial.println(
232
232
"The function sendDenon(data, nbits) is deprecated and may not work as expected! Use sendDenonRaw(data, NumberOfRepeats) or better sendDenon(Address, Command, NumberOfRepeats).");
voidIRsend::sendLG(unsignedlong data, int nbits) {
302
303
// Set IR carrier frequency
303
-
enableIROut(38);
304
+
enableIROut(LG_KHZ);
304
305
Serial.println(
305
306
"The function sendLG(data, nbits) is deprecated and may not work as expected! Use sendLGRaw(data, NumberOfRepeats) or better sendLG(Address, Command, NumberOfRepeats).");
0 commit comments