[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 43017b38f08c6ed75fa9c
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2025-05-26 15:53:43
|
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 43017b38f08c6ed75fa9c5a4d88bdb0875e7c15a (commit) via 3034631b2f99f32680e2939035f45019a2fc38c3 (commit) from f459eea516a3e5c9b74c72dd4a430fcde1764f71 (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 43017b38f08c6ed75fa9c5a4d88bdb0875e7c15a Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Mon May 26 08:25:17 2025 +0200 Fix typo Add closing tag for example text. diff --git a/doc/man1/rotctld.1 b/doc/man1/rotctld.1 index 234b71a04..d1cd13ed1 100644 --- a/doc/man1/rotctld.1 +++ b/doc/man1/rotctld.1 @@ -159,6 +159,7 @@ rotctld -T 127.0.0.1 (bind only to 127.0.0.1) .in +4n rotctl -m 2 (binds to all interfaces) rotctl -m 2 -r 127.0.0.1 (bind only to 127.0.0.1) +.EE . .TP .BR \-t ", " \-\-port = \fInumber\fP commit 3034631b2f99f32680e2939035f45019a2fc38c3 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Sat May 24 20:03:33 2025 +0200 Fix typo diff --git a/rigs/dummy/amp_dummy.c b/rigs/dummy/amp_dummy.c index d04d586e6..1b94884a5 100644 --- a/rigs/dummy/amp_dummy.c +++ b/rigs/dummy/amp_dummy.c @@ -186,7 +186,7 @@ static int dummy_amp_get_level(AMP *amp, setting_t level, value_t *val) return RIG_OK; case AMP_LEVEL_NH: - rig_debug(RIG_DEBUG_VERBOSE, "%s AMP_LEVEL_UH\n", __func__); + rig_debug(RIG_DEBUG_VERBOSE, "%s AMP_LEVEL_NH\n", __func__); val->i = flag == 0 ? 0 : 8370; return RIG_OK; ----------------------------------------------------------------------- Summary of changes: doc/man1/rotctld.1 | 1 + rigs/dummy/amp_dummy.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |