kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
f33aa9a712
commit
07e490eada
|
@ -59,7 +59,7 @@ struct rig_caps ic707_caps =
|
|||
RIG_MODEL(RIG_MODEL_IC707),
|
||||
.model_name = "IC-707",
|
||||
.mfg_name = "Icom",
|
||||
.version = BACKEND_VER ".1",
|
||||
.version = BACKEND_VER ".2",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_STABLE,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
@ -158,6 +158,8 @@ struct rig_caps ic707_caps =
|
|||
.get_split_freq = icom_get_split_freq,
|
||||
.set_split_mode = icom_set_split_mode,
|
||||
.get_split_mode = icom_get_split_mode,
|
||||
.set_ts = icom_set_ts,
|
||||
.get_ts = icom_get_ts,
|
||||
|
||||
.scan = icom_scan,
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue