kopia lustrzana https://github.com/Hamlib/Hamlib
has PTT_RIG_MICDATA, update status
rodzic
11f32c52b8
commit
e6b3ed86b6
|
@ -70,11 +70,11 @@ const struct rig_caps ts590_caps = {
|
||||||
.rig_model = RIG_MODEL_TS590S,
|
.rig_model = RIG_MODEL_TS590S,
|
||||||
.model_name = "TS-590S",
|
.model_name = "TS-590S",
|
||||||
.mfg_name = "Kenwood",
|
.mfg_name = "Kenwood",
|
||||||
.version = BACKEND_VER,
|
.version = BACKEND_VER ".1",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_UNTESTED,
|
.status = RIG_STATUS_BETA,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
.ptt_type = RIG_PTT_RIG,
|
.ptt_type = RIG_PTT_RIG_MICDATA,
|
||||||
.dcd_type = RIG_DCD_RIG,
|
.dcd_type = RIG_DCD_RIG,
|
||||||
.port_type = RIG_PORT_SERIAL,
|
.port_type = RIG_PORT_SERIAL,
|
||||||
.serial_rate_min = 4800,
|
.serial_rate_min = 4800,
|
||||||
|
@ -232,12 +232,6 @@ const struct rig_caps ts590_caps = {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* for the TS480 the function NR and BC have tree state: NR0,1,2 and BC0,1,2
|
|
||||||
* this cannot be send through the on/off logic of set_function!
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Function definitions below
|
* Function definitions below
|
||||||
*/
|
*/
|
||||||
|
|
Ładowanie…
Reference in New Issue