[chirp_devel] [PATCH] [BJ-218] fix valid tuning steps list. #6735
Jim Unroe
Sat Apr 20 08:28:17 PDT 2019
# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1555773378 14400
# Node ID 2ad6dc187df9237a746aad6fc1fe511a5e04c696
# Parent 9ba00d6aadb6e8f923a634470d93770d999f6619
[BJ-218] fix valid tuning steps list. #6735
Fixes the following radio models...
Luiton LT725UV
Baojie BJ-218
Hesenate BJ-218
Zastone BJ-218
diff -r 9ba00d6aadb6 -r 2ad6dc187df9 chirp/drivers/lt725uv.py
--- a/chirp/drivers/lt725uv.py Sat Apr 20 10:04:50 2019 -0400
+++ b/chirp/drivers/lt725uv.py Sat Apr 20 11:16:18 2019 -0400
@@ -503,6 +503,7 @@
rf.valid_dtcs_codes = self.DTCS_CODES
rf.valid_bands = self.VALID_BANDS
rf.memory_bounds = (1, 128)
+ rf.valid_tuning_steps = STEPS
return rf
def get_sub_devices(self):
More information about the chirp_devel
mailing list