[chirp_devel] [PATCH] [bj9900] Enable correct tuning steps

Marco Filippi IZ3GME
Sat Feb 22 09:37:49 PST 2020


# HG changeset patch
# User Marco Filippi <iz3gme.marco at gmail.com>
# Date 1582392845 -3600
#      Sat Feb 22 18:34:05 2020 +0100
# Node ID 104ec24ef87ff2348d8454f171f242bf9a9ecc98
# Parent  6633e053349f1371b43a81773a7aad1478a80920
[bj9900] Enable correct tuning steps

Setting tuning steps it's necessary as radio support 12.5 step (among others)
Can't remember why it was commented out

diff --git a/chirp/drivers/bj9900.py b/chirp/drivers/bj9900.py
--- a/chirp/drivers/bj9900.py
+++ b/chirp/drivers/bj9900.py
@@ -214,7 +214,7 @@
         rf.valid_cross_modes = list(self.CROSS_MODES)
         rf.valid_duplexes = list(self.DUPLEX)
         rf.has_tuning_step = False
-        # rf.valid_tuning_steps = list(self.STEPS)
+        rf.valid_tuning_steps = list(self.STEPS)
         rf.valid_bands = self.VALID_BANDS
         rf.valid_skips = [""]
         rf.valid_power_levels = self.POWER_LEVELS



More information about the chirp_devel mailing list