much longer delay after enable voltage before send diseqc commands... some
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 28 Apr 2007 13:06:17 +0000 (13:06 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 28 Apr 2007 13:06:17 +0000 (13:06 +0000)
kind of diseqc switch need a long time to coming up

lib/python/Components/NimManager.py

index 741f1db0888e7725004766a1b75a81997ad44db7..8bfdb5bb0a3df5da52ddefd9a078e1826f400f27 100644 (file)
@@ -671,7 +671,7 @@ def InitSecParams():
        x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_TONEBURST, configElement.value))
        config.sec.delay_after_toneburst = x
 
        x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_TONEBURST, configElement.value))
        config.sec.delay_after_toneburst = x
 
-       x = ConfigInteger(default=120, limits = (0, 9999))
+       x = ConfigInteger(default=750, limits = (0, 9999))
        x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_ENABLE_VOLTAGE_BEFORE_SWITCH_CMDS, configElement.value))
        config.sec.delay_after_enable_voltage_before_switch_command = x
 
        x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_ENABLE_VOLTAGE_BEFORE_SWITCH_CMDS, configElement.value))
        config.sec.delay_after_enable_voltage_before_switch_command = x