From ce470548b2b3f5bd4b9681ab188fedd900578161 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Fri, 7 May 2021 11:43:53 -0500 Subject: [PATCH] Promote IC821H to stable --- rigs/icom/ic821h.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigs/icom/ic821h.c b/rigs/icom/ic821h.c index b58ef84c8..930cc5fd4 100644 --- a/rigs/icom/ic821h.c +++ b/rigs/icom/ic821h.c @@ -99,7 +99,7 @@ const struct rig_caps ic821h_caps = .mfg_name = "Icom", .version = BACKEND_VER ".1", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE,