From: Andreas Monzner Date: Wed, 14 Feb 2007 11:08:08 +0000 (+0000) Subject: small change X-Git-Tag: 2.6.0~2408 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/b6ad75135e8a2a3f8731e53a00f62a139251b805?hp=16978fb1276ebaa1a97f30c8d7873f94111dd6bf small change --- diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index c7e4750c..d6d9d786 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -663,7 +663,7 @@ def InitSecParams(): x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_TONEBURST, configElement.value)) config.sec.delay_after_toneburst = x - x = ConfigInteger(default=200) + x = ConfigInteger(default=120) 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