diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-06-28 18:27:26 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-06-28 18:27:47 +0200 |
| commit | 2048bec4bfd7a99833b50557020a43d05d92ac8b (patch) | |
| tree | 7034e28a7d69f04d183f25af7b9a13a006a873ea /lib/python | |
| parent | f2c01bcd97d3b0418fa51668cc95f488d6390c93 (diff) | |
| download | enigma2-2048bec4bfd7a99833b50557020a43d05d92ac8b.tar.gz enigma2-2048bec4bfd7a99833b50557020a43d05d92ac8b.zip | |
add support for /proc/stb/frontend/X/lnb_sense
Diffstat (limited to 'lib/python')
| -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 3c96fbb9..a69df009 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -1168,7 +1168,7 @@ def InitNimManager(nimmgr): section.latitude = ConfigFloat(default = [50,767], limits = [(0,359),(0,999)]) section.latitudeOrientation = ConfigSelection(latitude_orientation_choices, "north") section.powerMeasurement = ConfigYesNo(default=True) - section.powerThreshold = ConfigInteger(default=hw.get_device_name() == "dm8000" and 15 or 50, limits=(0, 100)) + section.powerThreshold = ConfigInteger(default=hw.get_device_name() == "dm7025" and 50 or 15, limits=(0, 100)) section.turningSpeed = ConfigSelection(turning_speed_choices, "fast") section.fastTurningBegin = ConfigDateTime(default=advanced_lnb_fast_turning_btime, formatstring = _("%H:%M"), increment = 600) section.fastTurningEnd = ConfigDateTime(default=advanced_lnb_fast_turning_etime, formatstring = _("%H:%M"), increment = 600) |
