aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/NimManager.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-02 11:12:11 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-02 11:12:11 +0000
commit06eb60f4ae989bba30dd94c1f9fe9934a9237416 (patch)
treeeb3ec0a8a29c956f50acb47a3a53ad5a9587b8a0 /lib/python/Components/NimManager.py
parent7f088b2e0ec5051c3b9b9a1942198f0be28f315b (diff)
downloadenigma2-06eb60f4ae989bba30dd94c1f9fe9934a9237416.tar.gz
enigma2-06eb60f4ae989bba30dd94c1f9fe9934a9237416.zip
change default Motor timeout... stab motors are very slow ;)
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 794cd80d..596bd5b1 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -749,7 +749,7 @@ def InitSecParams():
x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_VOLTAGE_CHANGE_BEFORE_MOTOR_CMD, configElement.value))
config.sec.delay_after_voltage_change_before_motor_command = x
- x = ConfigInteger(default=120, limits = (0, 9999))
+ x = ConfigInteger(default=360, limits = (0, 9999))
x.addNotifier(lambda configElement: secClass.setParam(secClass.MOTOR_RUNNING_TIMEOUT, configElement.value))
config.sec.motor_running_timeout = x