Reduce gap between Sony messages. This should work more reliably.

This commit is contained in:
Ken Shirriff
2010-01-22 23:02:19 -08:00
parent fd99f892a3
commit c6ec2fd003

View File

@@ -19,7 +19,7 @@ void loop() {
if (Serial.read() != -1) {
for (int i = 0; i < 3; i++) {
irsend.sendSony(0xa90, 12); // Sony TV power code
delay(100);
delay(40);
}
}
}