[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. ce470548b2b3f5bd4b968
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-05-07 16:44:18
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via ce470548b2b3f5bd4b9681ab188fedd900578161 (commit) from e84b8a3c99e09c71db45c86849d4e31825895e3f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ce470548b2b3f5bd4b9681ab188fedd900578161 Author: Mike Black W9MDB <mdb...@ya...> Date: Fri May 7 11:43:53 2021 -0500 Promote IC821H to stable diff --git a/rigs/icom/ic821h.c b/rigs/icom/ic821h.c index b58ef84c..930cc5fd 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, ----------------------------------------------------------------------- Summary of changes: rigs/icom/ic821h.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |