24 Apr
2017
24 Apr
'17
9:24 a.m.
On Mon, Apr 24, 2017 at 7:09 AM, Pavel Milanes Costa pavelmc@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