diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-10-06 20:06:19 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-10-06 20:06:19 +0200 |
| commit | 9a95546733e013704fbdc19de5dc6c4bf3a169b1 (patch) | |
| tree | 2931aa8dc2b54bf44dda1c427e67d0984cdaa69e | |
| parent | 9f939b60988f8b05650fdca37d2ba3b35d5a4d9e (diff) | |
| download | enigma2-9a95546733e013704fbdc19de5dc6c4bf3a169b1.tar.gz enigma2-9a95546733e013704fbdc19de5dc6c4bf3a169b1.zip | |
lib/python/Components/NimManager.py: add toneAmplitude option for 340 and 360mV
| -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 805be4df..b75b65eb 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -1337,7 +1337,7 @@ def InitNimManager(nimmgr): nim = config.Nims[x] if slot.isCompatible("DVB-S"): - nim.toneAmplitude = ConfigSelection([("9", "600mV"), ("8", "700mV"), ("7", "800mV"), ("6", "900mV"), ("5", "1100mV")], "7") + nim.toneAmplitude = ConfigSelection([("11", "340mV"), ("10", "360mV"), ("9", "600mV"), ("8", "700mV"), ("7", "800mV"), ("6", "900mV"), ("5", "1100mV")], "7") nim.toneAmplitude.fe_id = x - empty_slots nim.toneAmplitude.slot_id = x nim.toneAmplitude.addNotifier(toneAmplitudeChanged) |
