[chirp_devel] [PATCH] Fix Wouxun KG-UV6D/X tuning steps

Jim Unroe
Wed Dec 4 14:29:23 PST 2019


# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1575498491 18000
# Node ID 89b0e44f907883eef1cadd32a148a70a404c27bb
# Parent  08f9cc4320194da261c9b804b943accc9428fc8f
Fix Wouxun KG-UV6D/X tuning steps

This patch adds the missing 2.5 KHz tuning step for the
Wouxun KG-UV6D and KG-UV6X.

fixes #7191

diff -r 08f9cc432019 -r 89b0e44f9078 chirp/drivers/wouxun.py
--- a/chirp/drivers/wouxun.py	Tue Dec 03 13:30:33 2019 -0500
+++ b/chirp/drivers/wouxun.py	Wed Dec 04 17:28:11 2019 -0500
@@ -1068,6 +1068,8 @@
     def get_features(self):
         rf = KGUVD1PRadio.get_features(self)
         rf.memory_bounds = (1, 199)
+        rf.valid_tuning_steps = [2.5, 5.0, 6.25, 10.0, 12.5, 25.0, 50.0,
+                                 100.0]
         return rf
 
     def get_settings(self):



More information about the chirp_devel mailing list