From 7731625e1ec4c5b9af80a8ac241cd8b8b0c35adc Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sat, 28 Apr 2007 13:06:17 +0000 Subject: much longer delay after enable voltage before send diseqc commands... some kind of diseqc switch need a long time to coming up --- lib/python/Components/NimManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/NimManager.py') diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 741f1db0..8bfdb5bb 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -671,7 +671,7 @@ def InitSecParams(): x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_TONEBURST, configElement.value)) config.sec.delay_after_toneburst = x - x = ConfigInteger(default=120, limits = (0, 9999)) + x = ConfigInteger(default=750, limits = (0, 9999)) 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 -- cgit v1.2.3