Adding a Yaesu FT3DR variant #7059 #7143

This commit is contained in:
Ray Cielencki 2019-11-05 18:56:05 -05:00
parent 4150dde1d1
commit cd5feea994
2 changed files with 9 additions and 1 deletions

View file

@ -87,7 +87,7 @@ class FT2D(ft1d.FT1Radio):
2. Connect cable to DATA terminal.
3. Press and hold [DISP] key while turning on radio
("CLONE" will appear on the display).
4. <b>After clicking OK here in chirp</b>,
4. <b>After clicking OK here in chirp</b>,
press the [Send] screen button."""))
rp.pre_upload = _(dedent("""\
1. Turn radio off.
@ -156,3 +156,11 @@ class FT2Dv2(FT2D):
VARIANT = "Rv2"
_model = "AH60G"
@directory.register
class FT3D(FT2D):
"""Yaesu FT-3D"""
MODEL = "FT3D"
VARIANT = "R"
_model = "AH72M"

Binary file not shown.