Fix ptt type for Micom 2/3 and change from Motorola to Micom

pull/1542/head
Mike Black W9MDB 2024-04-28 11:33:23 -05:00
rodzic 92e82a25d2
commit 2638eeb774
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -65,13 +65,13 @@ struct rig_caps micom_caps =
{
RIG_MODEL(RIG_MODEL_MICOM2),
.model_name = "Micom 2/3",
.mfg_name = "Motorola",
.version = "20240423.0",
.mfg_name = "Micom",
.version = "20240428.0",
.copyright = "LGPL",
.status = RIG_STATUS_ALPHA,
.rig_type = RIG_TYPE_OTHER,
.targetable_vfo = RIG_TARGETABLE_FREQ | RIG_TARGETABLE_MODE,
.ptt_type = RIG_PTT_NONE,
.ptt_type = RIG_PTT_RIG,
.dcd_type = RIG_DCD_RIG,
.port_type = RIG_PORT_NONE,
.serial_rate_min = 9600,