[chirp_devel] [PATCH] [ft4] Corrective patch for FT-25E

Bernhard Hailer
Thu Feb 6 21:56:30 PST 2020


# HG changeset patch
# User Bernhard Hailer <ham73tux at gmail.com>
# Date 1581054843 28800
#      Thu Feb 06 21:54:03 2020 -0800
# Node ID ba94b39f0a0120a318c792dd44111eb3e8e0a504
# Parent  394e5664ab9171bb5071727892bb2ebb9032dec9
[ft4] Corrective patch for FT-25E
The patch adding FT-25 had an incomplete edit in the commented-out code for the E version. This patch rectifies that.

#7543

diff --git a/chirp/drivers/ft4.py b/chirp/drivers/ft4.py
--- a/chirp/drivers/ft4.py
+++ b/chirp/drivers/ft4.py
@@ -1295,5 +1295,6 @@
 #    """
 #    MODEL = "FT-25E"
 #    id_str = b'IFT-25R\x00\x00V100\x00\x00'
-#    valid_bands = #    legal_steps = US_LEGAL_STEPS
+#    valid_bands = VALID_BANDS_VHF
+#    legal_steps = STEP_CODE
 #    BAND_ASSIGNMENTS = BAND_ASSIGNMENTS_MONO_VHF



More information about the chirp_devel mailing list