IC-705 cannot do get_powerstat

pull/1347/head
Mike Black W9MDB 2023-07-15 15:52:25 -05:00
rodzic a360d2aaec
commit a2c7227676
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1223,7 +1223,7 @@ const struct rig_caps ic705_caps =
RIG_MODEL(RIG_MODEL_IC705),
.model_name = "IC-705",
.mfg_name = "Icom",
.version = BACKEND_VER ".8",
.version = BACKEND_VER ".9",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,
@ -1475,7 +1475,7 @@ const struct rig_caps ic705_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,
// .get_powerstat = icom_get_powerstat,
.power2mW = icom_power2mW,
.mW2power = icom_mW2power,
.send_morse = icom_send_morse,