[chirp_devel] [PATCH 4 of 6] Fix Puxing PX-888K tuning steps

Jim Unroe
Tue Dec 3 16:56:28 PST 2019


# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1575408698 18000
# Node ID 1fb51f2fced1a2cb2a0910a8673b634d0269e629
# Parent  4decba7bfca2a6fd8aeab981eccf56a4de77ffe7
Fix Puxing PX-888K tuning steps

fixes #6887

diff -r 4decba7bfca2 -r 1fb51f2fced1 chirp/drivers/puxing_px888k.py
--- a/chirp/drivers/puxing_px888k.py	Tue Dec 03 16:04:46 2019 -0500
+++ b/chirp/drivers/puxing_px888k.py	Tue Dec 03 16:31:38 2019 -0500
@@ -1143,6 +1143,7 @@
         rf.valid_cross_modes = CROSS_MODES
         rf.memory_bounds = (1, 128)
         rf.valid_special_chans = SPECIAL_CHANNELS.keys()
+        rf.valid_tuning_steps = [5.0, 6.25, 10.0, 12.5, 25.0]
         return rf
 
     def sync_in(self):



More information about the chirp_devel mailing list