kopia lustrzana https://github.com/Hamlib/Hamlib
Revert "IC-705 cannot do get_powerstat"
This is handled in icom.c generic routine
This reverts commit a2c7227676
.
pull/1347/head
rodzic
d834a5a50d
commit
932cca4c84
|
@ -1223,7 +1223,7 @@ const struct rig_caps ic705_caps =
|
||||||
RIG_MODEL(RIG_MODEL_IC705),
|
RIG_MODEL(RIG_MODEL_IC705),
|
||||||
.model_name = "IC-705",
|
.model_name = "IC-705",
|
||||||
.mfg_name = "Icom",
|
.mfg_name = "Icom",
|
||||||
.version = BACKEND_VER ".9",
|
.version = BACKEND_VER ".8",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_STABLE,
|
.status = RIG_STATUS_STABLE,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
|
@ -1475,7 +1475,7 @@ const struct rig_caps ic705_caps =
|
||||||
.set_split_vfo = icom_set_split_vfo,
|
.set_split_vfo = icom_set_split_vfo,
|
||||||
.get_split_vfo = icom_get_split_vfo,
|
.get_split_vfo = icom_get_split_vfo,
|
||||||
.set_powerstat = icom_set_powerstat,
|
.set_powerstat = icom_set_powerstat,
|
||||||
// .get_powerstat = icom_get_powerstat,
|
.get_powerstat = icom_get_powerstat,
|
||||||
.power2mW = icom_power2mW,
|
.power2mW = icom_power2mW,
|
||||||
.mW2power = icom_mW2power,
|
.mW2power = icom_mW2power,
|
||||||
.send_morse = icom_send_morse,
|
.send_morse = icom_send_morse,
|
||||||
|
|
Ładowanie…
Reference in New Issue