aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/RFmod.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-05-24 21:18:15 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-05-24 21:18:15 +0000
commita5d197928d1660c95ef7891eb21e4941f89ca1c0 (patch)
tree22447cc0f850bc9aa59fdea065964ad2958625a2 /lib/python/Components/RFmod.py
parent59f97885223c5c1b07c6125ae99a0d9c3f6a1b55 (diff)
downloadenigma2-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.py2
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);