From 10423b4755415e4278adb40cbf1330e9fc5e63ad Mon Sep 17 00:00:00 2001 From: "foley@ru.is" Date: Wed, 18 Sep 2013 11:26:58 +0000 Subject: [PATCH] committing sigrun changes from adjusting her installation --- .../Synchronizer_Toshiba_SD590EKE.pde | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dawn/Synchronizer_Toshiba_SD590EKE/Synchronizer_Toshiba_SD590EKE.pde b/dawn/Synchronizer_Toshiba_SD590EKE/Synchronizer_Toshiba_SD590EKE.pde index 223593c..944348a 100644 --- a/dawn/Synchronizer_Toshiba_SD590EKE/Synchronizer_Toshiba_SD590EKE.pde +++ b/dawn/Synchronizer_Toshiba_SD590EKE/Synchronizer_Toshiba_SD590EKE.pde @@ -21,8 +21,8 @@ int pinLED=13; // The heartbeat LED on the board int heartbeat=0; int secs; -// Dawn 6:09 -int playtime= 6*60+8; // set here your DVD title playtime in sec leave a little extra +// Dawn 61:36 +int playtime= 61*60+35; // set here your DVD title playtime in sec leave a little extra IRsend irsend; @@ -114,7 +114,7 @@ void send_play() { /********************************************************************/ void send_pause() { // First comes the pre-data bits, then the command code - Serial.println(" pause"); + Serial.println(" pause"); irsend.sendNEC(0xA25D00FF, 32); } @@ -123,4 +123,4 @@ void send_previous() { // First comes the pre-data bits, then the command code Serial.println(" previous"); irsend.sendNEC(0xA25DC43B, 32); -} +}