8000 Reduce gap between Sony messages. This should work more reliably. · RemoteControl/Arduino-IRremote@c6ec2fd · GitHub
[go: up one dir, main page]

Skip to content

Commit c6ec2fd

Browse files
committed
Reduce gap between Sony messages. This should work more reliably.
1 parent fd99f89 commit c6ec2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/IRsendDemo/IRsendDemo.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void loop() {
1919
if (Serial.read() != -1) {
2020
for (int i = 0; i < 3; i++) {
2121
irsend.sendSony(0xa90, 12); // Sony TV power code
22-
delay(100);
22+
delay(40);
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)
0