[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. dbea10e65524a41e73017
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: n0nb <n0...@us...> - 2025-09-27 13:06:47
|
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 dbea10e65524a41e73017f64ceb88f6b3e6bd59a (commit)
via 51969202efe78345a1df22c66e469f03dcab8e9b (commit)
from 44eaded28388f4368b938acd5332c51e41b86ff9 (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 dbea10e65524a41e73017f64ceb88f6b3e6bd59a
Merge: 44eaded28 51969202e
Author: Nate Bargmann <n0...@n0...>
Date: Sat Sep 27 07:40:00 2025 -0500
Merge GitHub PR #1924
commit 51969202efe78345a1df22c66e469f03dcab8e9b
Author: Daniele Forsi IU5HKX <iu...@gm...>
Date: Thu Sep 25 23:01:56 2025 +0200
Fix command to put bandwidth control back to bandwidth knob
Adds a missing *. Thanks to @peterdulowsky.
Fixes issue #1923.
diff --git a/rigs/tentec/orion.c b/rigs/tentec/orion.c
index eb635863c..3eb417ded 100644
--- a/rigs/tentec/orion.c
+++ b/rigs/tentec/orion.c
@@ -743,7 +743,7 @@ int tt565_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
if (rig->caps->rig_model == RIG_MODEL_TT599)
{
// Additional R%CF0 puts bandwidth control back to bandwidth knob
- SNPRINTF(mdbuf, sizeof(mdbuf), "*R%cM%c" EOM "*R%cF%d" EOM "R%cF0" EOM,
+ SNPRINTF(mdbuf, sizeof(mdbuf), "*R%cM%c" EOM "*R%cF%d" EOM "*R%cF0" EOM,
ttreceiver,
ttmode,
ttreceiver,
-----------------------------------------------------------------------
Summary of changes:
rigs/tentec/orion.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Hamlib -- Ham radio control libraries
|