From a5d197928d1660c95ef7891eb21e4941f89ca1c0 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 24 May 2006 21:18:15 +0000 Subject: [PATCH] increase rfmod tuning range. --- lib/python/Components/RFmod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2