diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-02-14 11:08:08 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-02-14 11:08:08 +0000 |
| commit | b6ad75135e8a2a3f8731e53a00f62a139251b805 (patch) | |
| tree | ba1348be4a220e09d55184de76f3a825dd02036b /lib/python/Components/NimManager.py | |
| parent | 16978fb1276ebaa1a97f30c8d7873f94111dd6bf (diff) | |
| download | enigma2-b6ad75135e8a2a3f8731e53a00f62a139251b805.tar.gz enigma2-b6ad75135e8a2a3f8731e53a00f62a139251b805.zip | |
small change
Diffstat (limited to 'lib/python/Components/NimManager.py')
| -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 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 |
