From: Felix Domke Date: Wed, 24 May 2006 21:18:15 +0000 (+0000) Subject: increase rfmod tuning range. X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=a5d197928d1660c95ef7891eb21e4941f89ca1c0 increase rfmod tuning range. --- diff --git a/lib/python/Components/RFmod.py b/lib/python/Components/RFmod.py index 65adf7c..881ac28 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);