kopia lustrzana https://github.com/Hamlib/Hamlib
Enable set_ptt for IC703
rodzic
da478d6e74
commit
bc2f2ce5c7
|
@ -86,11 +86,11 @@ struct rig_caps ic703_caps =
|
||||||
RIG_MODEL(RIG_MODEL_IC703),
|
RIG_MODEL(RIG_MODEL_IC703),
|
||||||
.model_name = "IC-703",
|
.model_name = "IC-703",
|
||||||
.mfg_name = "Icom",
|
.mfg_name = "Icom",
|
||||||
.version = BACKEND_VER ".1",
|
.version = BACKEND_VER ".2",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_STABLE,
|
.status = RIG_STATUS_STABLE,
|
||||||
.rig_type = RIG_TYPE_MOBILE,
|
.rig_type = RIG_TYPE_MOBILE,
|
||||||
.ptt_type = RIG_PTT_NONE,
|
.ptt_type = RIG_PTT_RIG,
|
||||||
.dcd_type = RIG_DCD_RIG,
|
.dcd_type = RIG_DCD_RIG,
|
||||||
.port_type = RIG_PORT_SERIAL,
|
.port_type = RIG_PORT_SERIAL,
|
||||||
.serial_rate_min = 300,
|
.serial_rate_min = 300,
|
||||||
|
|
Ładowanie…
Reference in New Issue