diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-06-01 08:24:12 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-06-01 08:24:12 +0000 |
| commit | c89cc6f801c9cc7040994b76b794412f3cd30a30 (patch) | |
| tree | 2a8cb758ac6e747f7d4b2004fa34d37ca902c4cf /lib/python/Components/NimManager.py | |
| parent | 1ec0848be9877eb632af2c446d7261ff9ab0c29f (diff) | |
| download | enigma2-c89cc6f801c9cc7040994b76b794412f3cd30a30.tar.gz enigma2-c89cc6f801c9cc7040994b76b794412f3cd30a30.zip | |
fix symbolrate limits.. change parameter --scan_stepsize and --scan_bands to
--scan-stepsize and --scan-bands
Diffstat (limited to 'lib/python/Components/NimManager.py')
| -rw-r--r-- | lib/python/Components/NimManager.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index bf873b88..e5c56424 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -905,8 +905,8 @@ def InitNimManager(nimmgr): nim.cable.scan_mod_qam256 = ConfigYesNo(default = True) nim.cable.scan_sr_6900 = ConfigYesNo(default = True) nim.cable.scan_sr_6875 = ConfigYesNo(default = True) - nim.cable.scan_sr_ext1 = ConfigInteger(default = 0, limits = (0, 15000)) - nim.cable.scan_sr_ext2 = ConfigInteger(default = 0, limits = (0, 15000)) + nim.cable.scan_sr_ext1 = ConfigInteger(default = 0, limits = (0, 7230)) + nim.cable.scan_sr_ext2 = ConfigInteger(default = 0, limits = (0, 7230)) elif slot.isCompatible("DVB-T"): nim.configMode = ConfigSelection( choices = { |
