Fix IC-7160 get_powerstat to disable it...cannot read power status from 7610

pull/1261/head
Mike Black W9MDB 2023-03-25 11:20:52 -05:00
rodzic 8cce59b048
commit ac197389a2
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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,