[chirp_devel] [PATCH 5 of 8] [ft4] Add Yaesu FT-4XE. Fixes: #7189
Bernhard Hailer
Wed Feb 5 22:26:15 PST 2020
# HG changeset patch
# User Bernhard Hailer <ham73tux at gmail.com>
# Date 1580967752 28800
# Wed Feb 05 21:42:32 2020 -0800
# Node ID 898fe63f06ffcea13a820754e56701ed124527f2
# Parent 7ccd6ff8b37061c110d92b016593c42c0ff2e2c4
[ft4] Add Yaesu FT-4XE. Fixes: #7189
This patch adds support for the Yaesu FT-4XE to Chirp. It offers an additional tune step of 6.25 kHz.
diff --git a/chirp/drivers/ft4.py b/chirp/drivers/ft4.py
--- a/chirp/drivers/ft4.py
+++ b/chirp/drivers/ft4.py
@@ -1233,6 +1233,17 @@
@directory.register
+class YaesuFT4XERadio(YaesuFT4GenericRadio):
+ """
+ FT-4X dual band, EU version
+ """
+ MODEL = "FT-4XE"
+ id_str = b'IFT-35R\x00\x00V100\x00\x00'
+ valid_bands = VALID_BANDS_DUAL
+ legal_steps = STEP_CODE
+ BAND_ASSIGNMENTS = BAND_ASSIGNMENTS_DUALBAND
+
+ at directory.register
class YaesuFT65RRadio(YaesuFT65GenericRadio):
"""
FT-65 dual band, US version
More information about the chirp_devel
mailing list