kopia lustrzana https://github.com/Hamlib/Hamlib
IC-718 has no PTT control
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2745 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.10
rodzic
126332d9c1
commit
a1dc81cd61
|
@ -83,7 +83,7 @@ const struct rig_caps ic718_caps = {
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_BETA,
|
.status = RIG_STATUS_BETA,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
.ptt_type = RIG_PTT_RIG,
|
.ptt_type = RIG_PTT_NONE,
|
||||||
.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,
|
||||||
|
@ -190,8 +190,6 @@ const struct rig_caps ic718_caps = {
|
||||||
.set_mem = icom_set_mem,
|
.set_mem = icom_set_mem,
|
||||||
.vfo_op = icom_vfo_op,
|
.vfo_op = icom_vfo_op,
|
||||||
.scan = icom_scan,
|
.scan = icom_scan,
|
||||||
.set_ptt = icom_set_ptt,
|
|
||||||
.get_ptt = icom_get_ptt,
|
|
||||||
.get_dcd = icom_get_dcd,
|
.get_dcd = icom_get_dcd,
|
||||||
.set_ts = icom_set_ts,
|
.set_ts = icom_set_ts,
|
||||||
.get_ts = icom_get_ts,
|
.get_ts = icom_get_ts,
|
||||||
|
|
Ładowanie…
Reference in New Issue