aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-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);