kopia lustrzana https://github.com/Hamlib/Hamlib
Remove powerstat from TX-500 -- was always responding PS0;
https://github.com/Hamlib/Hamlib/issues/1188pull/1215/head
rodzic
287fb9091b
commit
31e911edb8
|
@ -127,7 +127,7 @@ const struct rig_caps tx500_caps =
|
||||||
RIG_MODEL(RIG_MODEL_LAB599_TX500),
|
RIG_MODEL(RIG_MODEL_LAB599_TX500),
|
||||||
.model_name = "TX-500",
|
.model_name = "TX-500",
|
||||||
.mfg_name = "Lab599",
|
.mfg_name = "Lab599",
|
||||||
.version = BACKEND_VER ".1",
|
.version = BACKEND_VER ".2",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_STABLE,
|
.status = RIG_STATUS_STABLE,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
|
@ -318,8 +318,8 @@ const struct rig_caps tx500_caps =
|
||||||
.set_channel = ts2000_set_channel,
|
.set_channel = ts2000_set_channel,
|
||||||
.set_trn = kenwood_set_trn,
|
.set_trn = kenwood_set_trn,
|
||||||
.get_trn = kenwood_get_trn,
|
.get_trn = kenwood_get_trn,
|
||||||
.set_powerstat = kenwood_set_powerstat,
|
//.set_powerstat = kenwood_set_powerstat,
|
||||||
.get_powerstat = kenwood_get_powerstat,
|
//.get_powerstat = kenwood_get_powerstat,
|
||||||
.get_info = kenwood_get_info,
|
.get_info = kenwood_get_info,
|
||||||
.reset = kenwood_reset,
|
.reset = kenwood_reset,
|
||||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||||
|
|
Ładowanie…
Reference in New Issue