From 2638eeb774ed5c162c6ab492cb3af3328cec1402 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sun, 28 Apr 2024 11:33:23 -0500 Subject: [PATCH] Fix ptt type for Micom 2/3 and change from Motorola to Micom --- rigs/motorola/micom.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rigs/motorola/micom.c b/rigs/motorola/micom.c index 8168b0650..f815c80c2 100644 --- a/rigs/motorola/micom.c +++ b/rigs/motorola/micom.c @@ -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,