diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-02 11:12:11 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-02 11:12:11 +0000 |
| commit | 06eb60f4ae989bba30dd94c1f9fe9934a9237416 (patch) | |
| tree | eb3ec0a8a29c956f50acb47a3a53ad5a9587b8a0 /lib/python/Components | |
| parent | 7f088b2e0ec5051c3b9b9a1942198f0be28f315b (diff) | |
| download | enigma2-06eb60f4ae989bba30dd94c1f9fe9934a9237416.tar.gz enigma2-06eb60f4ae989bba30dd94c1f9fe9934a9237416.zip | |
change default Motor timeout... stab motors are very slow ;)
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/NimManager.py | 2 |
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 |
