FT5000 cannot use RIG_PTT_ON_DATA/MIC menu 103 control and is now set for rear automatically too

https://github.com/Hamlib/Hamlib/issues/1193
pull/1215/head
Mike Black W9MDB 2022-12-28 12:41:39 -06:00
rodzic cfc2e28c19
commit 606aea1552
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -140,11 +140,11 @@ const struct rig_caps ftdx5000_caps =
RIG_MODEL(RIG_MODEL_FTDX5000),
.model_name = "FTDX-5000",
.mfg_name = "Yaesu",
.version = NEWCAT_VER ".7",
.version = NEWCAT_VER ".8",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,
.ptt_type = RIG_PTT_RIG_MICDATA,
.ptt_type = RIG_PTT_RIG,
.dcd_type = RIG_DCD_NONE,
.port_type = RIG_PORT_SERIAL,
.serial_rate_min = 4800, /* Default rate per manual */