From aa6d028b73934a307aae3b6d8a0cb7ca11f554ef Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sat, 26 Oct 2024 09:49:39 -0500 Subject: [PATCH] Promote IC2730 to stable --- rigs/icom/ic2730.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigs/icom/ic2730.c b/rigs/icom/ic2730.c index f9fc56953..977d60347 100644 --- a/rigs/icom/ic2730.c +++ b/rigs/icom/ic2730.c @@ -66,7 +66,7 @@ struct rig_caps ic2730_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_MOBILE, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG,