Remove powerstat from TX-500 -- was always responding PS0;

https://github.com/Hamlib/Hamlib/issues/1188
pull/1215/head
Mike Black W9MDB 2022-12-19 14:55:14 -06:00
rodzic 287fb9091b
commit 31e911edb8
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -127,7 +127,7 @@ const struct rig_caps tx500_caps =
RIG_MODEL(RIG_MODEL_LAB599_TX500),
.model_name = "TX-500",
.mfg_name = "Lab599",
.version = BACKEND_VER ".1",
.version = BACKEND_VER ".2",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,
@ -318,8 +318,8 @@ const struct rig_caps tx500_caps =
.set_channel = ts2000_set_channel,
.set_trn = kenwood_set_trn,
.get_trn = kenwood_get_trn,
.set_powerstat = kenwood_set_powerstat,
.get_powerstat = kenwood_get_powerstat,
//.set_powerstat = kenwood_set_powerstat,
//.get_powerstat = kenwood_get_powerstat,
.get_info = kenwood_get_info,
.reset = kenwood_reset,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS