aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-12-22 14:18:00 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-12-22 14:18:34 +0100
commitf13490a1a66421b08cef893cb89e8f78c5873d05 (patch)
treebfb7bce8ebf0047ba3108952fa75a6b1b9d03cc5 /lib/python
parentbcd44b8a861159b638eadfd06954d1fcd7119d90 (diff)
downloadenigma2-f13490a1a66421b08cef893cb89e8f78c5873d05.tar.gz
enigma2-f13490a1a66421b08cef893cb89e8f78c5873d05.zip
NimManager.py: increased delay after enable voltage before send motor diseqc command... this fixes bug #261
Diffstat (limited to 'lib/python')
-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 05204a74..7d148f3c 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -899,7 +899,7 @@ def InitSecParams():
x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_VOLTAGE_CHANGE_BEFORE_MEASURE_IDLE_INPUTPOWER, configElement.value))
config.sec.delay_after_voltage_change_before_measure_idle_inputpower = x
- x = ConfigInteger(default=750, limits = (0, 9999))
+ x = ConfigInteger(default=900, limits = (0, 9999))
x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_ENABLE_VOLTAGE_BEFORE_MOTOR_CMD, configElement.value))
config.sec.delay_after_enable_voltage_before_motor_command = x