has PTT_RIG_MICDATA, update status

Hamlib-1.2.15
Stephane Fillod 2011-09-10 16:30:41 +02:00
rodzic 11f32c52b8
commit e6b3ed86b6
1 zmienionych plików z 3 dodań i 9 usunięć

Wyświetl plik

@ -70,11 +70,11 @@ const struct rig_caps ts590_caps = {
.rig_model = RIG_MODEL_TS590S,
.model_name = "TS-590S",
.mfg_name = "Kenwood",
.version = BACKEND_VER,
.version = BACKEND_VER ".1",
.copyright = "LGPL",
.status = RIG_STATUS_UNTESTED,
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_TRANSCEIVER,
.ptt_type = RIG_PTT_RIG,
.ptt_type = RIG_PTT_RIG_MICDATA,
.dcd_type = RIG_DCD_RIG,
.port_type = RIG_PORT_SERIAL,
.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
*/