X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/59f97885223c5c1b07c6125ae99a0d9c3f6a1b55..6bdfaadd65fe35ba568799b0e42c54e5a95e27ed:/lib/python/Components/RFmod.py 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);