mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
parent
4150dde1d1
commit
cd5feea994
2 changed files with 9 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
BIN
tests/images/Yaesu_FT3D_R.img
Normal file
BIN
tests/images/Yaesu_FT3D_R.img
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue