diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-08 00:28:33 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-08 00:28:33 +0100 |
| commit | cb725de8216cb61d0a889b3a6a7651619161ef08 (patch) | |
| tree | 156579afeb17321700c374180a7abefb56d5380c /lib/python/Components | |
| parent | 2aa5cf5a1bfe64fbb1ef6b082920c82ff927007a (diff) | |
| download | enigma2-cb725de8216cb61d0a889b3a6a7651619161ef08.tar.gz enigma2-cb725de8216cb61d0a889b3a6a7651619161ef08.zip | |
15 <-> 50
Diffstat (limited to 'lib/python/Components')
| -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 434ab4aa..1ee8dddd 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -188,7 +188,7 @@ class SecConfigure: loValue = rotorParam.EAST else: loValue = rotorParam.WEST - inputPowerDelta=hw.get_device_name() == "dm8000" and 50 or 15 + inputPowerDelta=hw.get_device_name() == "dm8000" and 15 or 50 useInputPower=False turning_speed=0 if nim.powerMeasurement.value: |
