From: ghost Date: Tue, 22 Dec 2009 13:18:00 +0000 (+0100) Subject: NimManager.py: increased delay after enable voltage before send motor diseqc command... X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=41b99d4a2d737817b75c93c8331f038326d13862 NimManager.py: increased delay after enable voltage before send motor diseqc command... this fixes bug #261 --- diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 78e17bb..d374f7e 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