[chirp_devel] Fwd: [PATCH] [TK-860G] Add valid_tuning_steps for Kenwood TK-860G (and others)
---------- Forwarded message --------- From: Jim Unroe Rock.Unroe@gmail.com Date: Tue, Feb 2, 2021 at 10:59 AM Subject: [PATCH] [TK-860G] Add valid_tuning_steps for Kenwood TK-860G (and others) To: chirp_devel@intrepid.danplanet.com Cc: rock.unroe@gmail.com
# HG changeset patch # User Jim Unroe rock.unroe@gmail.com # Date 1612280238 18000 # Tue Feb 02 10:37:18 2021 -0500 # Node ID d2efff68628c9874367d49301890692567a30b73 # Parent 27ec2b951a71ed95b9f80cf0f6e558ae3bf4320e [TK-860G] Add valid_tuning_steps for Kenwood TK-860G (and others)
This patch adds valid tuning steps for the Kenwood TK-860G and the following Kenwood radio models.
TK-26xG, TK-27xG, TK-36xG, TK-37xG, TK-38xG, TK76xG, TK-86xG
fixes #8765
diff -r 27ec2b951a71 -r d2efff68628c chirp/drivers/tk760g.py --- a/chirp/drivers/tk760g.py Fri Jan 08 20:00:42 2021 -0800 +++ b/chirp/drivers/tk760g.py Tue Feb 02 10:37:18 2021 -0500 @@ -774,6 +774,7 @@ rf.valid_bands = [self._range] rf.valid_name_length = 8 rf.memory_bounds = (1, self._upper) + rf.valid_tuning_steps = [1., 2.5, 5., 6.25, 12.5] return rf
def _fill(self, offset, data):
participants (1)
-
Jim Unroe