From: Felix Domke Date: Wed, 24 May 2006 21:18:15 +0000 (+0000) Subject: increase rfmod tuning range. X-Git-Tag: 2.6.0~3385 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/a5d197928d1660c95ef7891eb21e4941f89ca1c0?hp=59f97885223c5c1b07c6125ae99a0d9c3f6a1b55 increase rfmod tuning range. --- 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);