From: Andreas Monzner Date: Wed, 2 Jul 2008 11:12:11 +0000 (+0000) Subject: change default Motor timeout... stab motors are very slow ;) X-Git-Tag: 2.6.0~1085 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/06eb60f4ae989bba30dd94c1f9fe9934a9237416 change default Motor timeout... stab motors are very slow ;) --- 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