mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-04 04:22:50 +00:00
Reduce gap between Sony messages. This should work more reliably.
This commit is contained in:
@@ -19,7 +19,7 @@ void loop() {
|
|||||||
if (Serial.read() != -1) {
|
if (Serial.read() != -1) {
|
||||||
for (int i = 0; i < 3; i++) {
|
for (int i = 0; i < 3; i++) {
|
||||||
irsend.sendSony(0xa90, 12); // Sony TV power code
|
irsend.sendSony(0xa90, 12); // Sony TV power code
|
||||||
delay(100);
|
delay(40);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user