kopia lustrzana https://github.com/Hamlib/Hamlib
Add xit to ts440
rodzic
9ad4f2638a
commit
1d6530dd70
|
@ -52,8 +52,6 @@ static struct kenwood_priv_caps ts440_priv_caps =
|
|||
/*
|
||||
* ts440 rig capabilities.
|
||||
*
|
||||
* TODO: scan, get/set_channel, RIT/XIT, Voice Recall, split
|
||||
*
|
||||
* part of infos comes from .http = //www.n7uic.net/radio/kenwood/ts440/specs.htm
|
||||
* .http = //public.srce.hr/9A1CDD/mods/kenwood/knwdif.mod
|
||||
* .http = //www.ifrance.fr/clucas/modposte/ts440/mod440.htm
|
||||
|
@ -64,7 +62,7 @@ const struct rig_caps ts440_caps =
|
|||
RIG_MODEL(RIG_MODEL_TS440),
|
||||
.model_name = "TS-440",
|
||||
.mfg_name = "Kenwood",
|
||||
.version = IC10_VER ".0",
|
||||
.version = IC10_VER ".1",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_BETA,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
@ -155,6 +153,8 @@ const struct rig_caps ts440_caps =
|
|||
.get_freq = ic10_get_freq,
|
||||
.set_rit = kenwood_set_rit,
|
||||
.get_rit = kenwood_get_rit,
|
||||
.set_rit = kenwood_set_xit,
|
||||
.get_rit = kenwood_get_xit,
|
||||
.set_mode = kenwood_set_mode,
|
||||
.get_mode = ic10_get_mode,
|
||||
.set_vfo = ic10_set_vfo,
|
||||
|
|
Ładowanie…
Reference in New Issue