[chirp_devel] [PATCH] [TK-270] Allow programming Kenwood commercial radios up to 10 MHz out of band. #4709
Tom Hayward
Mon Apr 24 09:24:47 PDT 2017
On Mon, Apr 24, 2017 at 7:09 AM, Pavel Milanes Costa <pavelmc at gmail.com> wrote:
> Hi and Sorry,
>
> I was offline at home in bed by medical prescription due to back pain, I'm
> back now.
>
> This patch joint with the reset of the ham modified limits for all radios
> can do the trick, Dan, you have green light from me to apply to this patch!
>
> This is a clever/simple solution that can be extended to the other
> commercial kenwood radios.
>
> I will work in patching the rest of the commercial kenwoods trough the week.
>> + self._range = [(low - 10) * 1000000, (high + 10) * 1000000]
Hmm, before applying this to all Kenwood radios, would it be better to
make it percentage based?
450 - 10 = 440
450 * .975 = 438.75
148 - 10 = 138 (big difference!)
148 * .975 = 144.30
Tom
More information about the chirp_devel
mailing list