[chirp_devel] [PATCH] [UV-5X3] Add additional supported STEPS
Jim Unroe
Thu Feb 28 15:04:31 PST 2019
# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1551395034 18000
# Node ID 6cc8c100a1e6732b1a69cae478c48dcbdb85b40b
# Parent 6d57bab4ad7b176cec04c55bbffe448a541f6921
[UV-5X3] Add additional supported STEPS
Add 20.0 KHz and 50.0 KHz steps that are also supported by the BTech UV-5X3.
This patch and the previous patch also fixes the "STEP" issue for other
Baofeng and BTech radio models whose drivers use baofeng_common.py (such
as the Baofeng UV-6R, Baofeng WP970i variants such as the GT-3WP, BTech
GMRS-V1 and BTech MURS-V1).
related to #6501
diff -r 6d57bab4ad7b -r 6cc8c100a1e6 chirp/drivers/baofeng_common.py
--- a/chirp/drivers/baofeng_common.py Mon Feb 25 17:43:10 2019 -0800
+++ b/chirp/drivers/baofeng_common.py Thu Feb 28 18:03:54 2019 -0500
@@ -377,7 +377,7 @@
rf.memory_bounds = (0, 127)
rf.valid_power_levels = self.POWER_LEVELS
rf.valid_bands = self.VALID_BANDS
- rf.valid_tuning_steps = [2.5, 5.0, 6.25, 10.0, 12.5, 25.0]
+ rf.valid_tuning_steps = [2.5, 5.0, 6.25, 10.0, 12.5, 20.0, 25.0, 50.0]
return rf
More information about the chirp_devel
mailing list