diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-05-24 21:18:15 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-05-24 21:18:15 +0000 |
| commit | a5d197928d1660c95ef7891eb21e4941f89ca1c0 (patch) | |
| tree | 22447cc0f850bc9aa59fdea065964ad2958625a2 /lib/python/Components/RFmod.py | |
| parent | 59f97885223c5c1b07c6125ae99a0d9c3f6a1b55 (diff) | |
| download | enigma2-a5d197928d1660c95ef7891eb21e4941f89ca1c0.tar.gz enigma2-a5d197928d1660c95ef7891eb21e4941f89ca1c0.zip | |
increase rfmod tuning range.
Diffstat (limited to 'lib/python/Components/RFmod.py')
| -rw-r--r-- | lib/python/Components/RFmod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/RFmod.py b/lib/python/Components/RFmod.py index 65adf7c9..881ac28d 100644 --- a/lib/python/Components/RFmod.py +++ b/lib/python/Components/RFmod.py @@ -43,7 +43,7 @@ def InitRFmod(): def setSoundCarrier(configElement): iRFmod.setSoundCarrier(configElement.value); def setChannel(configElement): - iRFmod.setChannel(configElement.value + 30); + iRFmod.setChannel(configElement.value + RFMOD_CHANNEL_MIN); def setFinetune(configElement): iRFmod.setFinetune(configElement.value - 5); |
