Remove get_powerstat from Icom ID-5100 -- does not have the ability to get power status

https://github.com/Hamlib/Hamlib/issues/1201
pull/1215/head
Mike Black W9MDB 2023-01-02 08:48:59 -06:00
rodzic 582686505c
commit fa7289995c
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -86,7 +86,7 @@ const struct rig_caps id5100_caps =
RIG_MODEL(RIG_MODEL_ID5100),
.model_name = "ID-5100",
.mfg_name = "Icom",
.version = BACKEND_VER ".1",
.version = BACKEND_VER ".2",
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_MOBILE,
@ -189,7 +189,7 @@ const struct rig_caps id5100_caps =
.set_vfo = icom_set_vfo,
.set_powerstat = icom_set_powerstat,
.get_powerstat = icom_get_powerstat,
//.get_powerstat = icom_get_powerstat, // ID-5100 cannot get power status
.decode_event = icom_decode_event,
.set_func = icom_set_func,