aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/NimManager.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-04-28 13:06:17 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-04-28 13:06:17 +0000
commit7731625e1ec4c5b9af80a8ac241cd8b8b0c35adc (patch)
treee96abacb99d03d1a65862eb86344c795af4e3de7 /lib/python/Components/NimManager.py
parent242c6b39353c18564993022d46560e0d29c6526b (diff)
downloadenigma2-7731625e1ec4c5b9af80a8ac241cd8b8b0c35adc.tar.gz
enigma2-7731625e1ec4c5b9af80a8ac241cd8b8b0c35adc.zip
much longer delay after enable voltage before send diseqc commands... some
kind of diseqc switch need a long time to coming up
Diffstat (limited to 'lib/python/Components/NimManager.py')
-rw-r--r--lib/python/Components/NimManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 741f1db0..8bfdb5bb 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -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 = 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