aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/NimManager.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-12 21:28:21 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-12 21:28:21 +0000
commit78b842123dc6330107add568a826f161388d5f51 (patch)
treeb56638f816e2d1474b2c9bcbd26ab132b0bfba88 /lib/python/Components/NimManager.py
parent23a9c0ad7506d48b36a10a8bb10a977fbd02c34b (diff)
downloadenigma2-78b842123dc6330107add568a826f161388d5f51.tar.gz
enigma2-78b842123dc6330107add568a826f161388d5f51.zip
revert to 750ms delay for motor powerup.. 200ms is not really enough
Diffstat (limited to 'lib/python/Components/NimManager.py')
-rw-r--r--lib/python/Components/NimManager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 2d1ded02..00f9c18b 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -724,7 +724,7 @@ def InitSecParams():
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 = ConfigInteger(default=200, limits = (0, 9999))
+ x = ConfigInteger(default=700, limits = (0, 9999))
x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_BETWEEN_SWITCH_AND_MOTOR_CMD, configElement.value))
config.sec.delay_between_switch_and_motor_command = x
@@ -732,7 +732,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=200, limits = (0, 9999))
+ x = ConfigInteger(default=750, 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