Revert "Remove get_powerstat from ic785x.c -- rig does not support querying power status"

Wrong rig
This reverts commit 61f3a817d3.
pull/1662/head
Michael Black W9MDB 2025-01-05 16:46:30 -06:00
rodzic 61f3a817d3
commit 181831bbd8
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -249,7 +249,7 @@ struct rig_caps ic785x_caps =
RIG_MODEL(RIG_MODEL_IC785x), RIG_MODEL(RIG_MODEL_IC785x),
.model_name = "IC-7850/7851", .model_name = "IC-7850/7851",
.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,
@ -489,7 +489,7 @@ struct rig_caps ic785x_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,
.send_morse = icom_send_morse, .send_morse = icom_send_morse,
.stop_morse = icom_stop_morse, .stop_morse = icom_stop_morse,
.wait_morse = rig_wait_morse, .wait_morse = rig_wait_morse,