[chirp_devel] Fwd: [PATCH 2 of 2] [TK-862] Add valid_tuning_steps for Kenwood TK-862 (and others)

Jim Unroe
Tue Feb 23 18:42:30 PST 2021


---------- Forwarded message ---------
From: Jim Unroe <kc9hi at comcast.net>
Date: Tue, Feb 23, 2021 at 9:37 PM
Subject: [PATCH 2 of 2] [TK-862] Add valid_tuning_steps for Kenwood
TK-862 (and others)
To: <Rock.Unroe at gmail.com>


# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1614133696 18000
#      Tue Feb 23 21:28:16 2021 -0500
# Node ID 9302d496db2b2082e99fab333d3c943d948a954d
# Parent  91985c182076023b6172634c2910fa050d119f0b
[TK-862] Add valid_tuning_steps for Kenwood TK-862 (and others)

This patch adds valid tuning steps for the Kenwood TK-862 and the following
Kenwood radio models.

TK76x, TK-86x

fixes #8245

diff -r 91985c182076 -r 9302d496db2b chirp/drivers/tk760.py
--- a/chirp/drivers/tk760.py    Tue Feb 23 21:27:44 2021 -0500
+++ b/chirp/drivers/tk760.py    Tue Feb 23 21:28:16 2021 -0500
@@ -403,6 +403,7 @@
         rf.valid_dtcs_codes = DTCS_CODES
         rf.valid_bands = [self._range]
         rf.memory_bounds = (1, self._upper)
+        rf.valid_tuning_steps = [5., 6.25, 10., 12.5]
         return rf

     def sync_in(self):



More information about the chirp_devel mailing list