diff --git a/dawn/Synchronizer_Philips_DVP3142_12/Synchronizer_Philips_DVP3142_12.pde b/dawn/Synchronizer_Philips_DVP3142_12/Synchronizer_Philips_DVP3142_12.pde index 5b4bd99..dd3fbcd 100644 --- a/dawn/Synchronizer_Philips_DVP3142_12/Synchronizer_Philips_DVP3142_12.pde +++ b/dawn/Synchronizer_Philips_DVP3142_12/Synchronizer_Philips_DVP3142_12.pde @@ -26,7 +26,7 @@ int pinLED=13; // The heartbeat LED on the board int heartbeat=0; int secs; -int playtime= 10; // set here ypur DVD title playtime in sec leave a little extra +int playtime= 61*60+30; // set here ypur DVD title playtime in sec leave a little extra //int playtime= 10; // testing IRsend irsend; @@ -91,7 +91,7 @@ void loop() { } send_pause(); - waitsec(1); + waitsec(2); } @@ -130,4 +130,4 @@ void send_previous() { // First comes the pre-data bits, then the command code Serial.println(" previous"); irsend.sendRC6(0x10421, 20); -} +}