kopia lustrzana https://github.com/Hamlib/Hamlib
Fix IC-7160 get_powerstat to disable it...cannot read power status from 7610
rodzic
8cce59b048
commit
ac197389a2
|
@ -349,7 +349,7 @@ const struct rig_caps ic7610_caps =
|
|||
RIG_MODEL(RIG_MODEL_IC7610),
|
||||
.model_name = "IC-7610",
|
||||
.mfg_name = "Icom",
|
||||
.version = BACKEND_VER ".10",
|
||||
.version = BACKEND_VER ".11",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_STABLE,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
|
@ -581,7 +581,8 @@ const struct rig_caps ic7610_caps =
|
|||
.set_split_vfo = icom_set_split_vfo,
|
||||
.get_split_vfo = icom_get_split_vfo,
|
||||
.set_powerstat = icom_set_powerstat,
|
||||
.get_powerstat = icom_get_powerstat,
|
||||
// 7610 cannot read power status apparently
|
||||
// .get_powerstat = icom_get_powerstat,
|
||||
.send_morse = icom_send_morse,
|
||||
.stop_morse = icom_stop_morse,
|
||||
.wait_morse = rig_wait_morse,
|
||||
|
|
Ładowanie…
Reference in New Issue