[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. d6165f74115aa4794ebac
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2025-08-20 01:44:41
|
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 d6165f74115aa4794ebacc7d775477eaacd02445 (commit) via 7a9e101b9d81e341f9d4a7cbb11f286fe5b1a45c (commit) from db7219b731e8c4f68e54a05e7ed4248c6a59c239 (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 d6165f74115aa4794ebacc7d775477eaacd02445 Merge: db7219b73 7a9e101b9 Author: Nate Bargmann <n0...@n0...> Date: Tue Aug 19 20:21:03 2025 -0500 Merge GitHub PR #1859 commit 7a9e101b9d81e341f9d4a7cbb11f286fe5b1a45c Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Tue Aug 19 19:41:26 2025 +0200 Add missing string form for RIG_FUNC_SLICE diff --git a/src/misc.c b/src/misc.c index fa2308f54..c87f9b3b0 100644 --- a/src/misc.c +++ b/src/misc.c @@ -736,6 +736,7 @@ static const struct { RIG_FUNC_DIVERSITY, "DIVERSITY"}, { RIG_FUNC_CSQL, "CSQL" }, { RIG_FUNC_SCEN, "SCEN" }, + { RIG_FUNC_SLICE, "SLICE" }, { RIG_FUNC_TRANSCEIVE, "TRANSCEIVE" }, { RIG_FUNC_SPECTRUM, "SPECTRUM" }, { RIG_FUNC_SPECTRUM_HOLD, "SPECTRUM_HOLD" }, ----------------------------------------------------------------------- Summary of changes: src/misc.c | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Hamlib -- Ham radio control libraries |