diff --git a/dawn/Synchronizer_Toshiba_SD1091EKE/Synchronizer_Toshiba_SD1091EKE.pde b/dawn/Synchronizer_Toshiba_SD1091EKE/Synchronizer_Toshiba_SD1091EKE.pde index cd30e38..a94c703 100644 --- a/dawn/Synchronizer_Toshiba_SD1091EKE/Synchronizer_Toshiba_SD1091EKE.pde +++ b/dawn/Synchronizer_Toshiba_SD1091EKE/Synchronizer_Toshiba_SD1091EKE.pde @@ -25,7 +25,7 @@ int pinLED=13; // The heartbeat LED on the board int secs; int heartbeat=0; -int playtime= 1*60; // set here ypur DVD title playtime in sec leave a little extra +int playtime= 25*60+40; // set here ypur DVD title playtime in sec leave a little extra //int playtime= 10; // testing IRsend irsend; @@ -129,4 +129,4 @@ void send_previous() { // First comes the pre-data bits, then the command code Serial.println(" previous"); irsend.sendNEC(0xA25DC43B, 32); -} +}