[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 4f6c61719cd1962f8942f
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2025-04-27 11:51:30
|
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 4f6c61719cd1962f8942f5044e43f868cf54cb26 (commit) via 535fb6e2bd8ae96cd561ee6b7369672234d4bd24 (commit) from 5d81ea38bbdfd92e680995057b8ed46f53f5a8d8 (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 4f6c61719cd1962f8942f5044e43f868cf54cb26 Merge: 5d81ea38b 535fb6e2b Author: Nate Bargmann <n0...@n0...> Date: Sun Apr 27 06:46:49 2025 -0500 Merge pull request #1715 from dforsi/fix/typos Fix typos commit 535fb6e2bd8ae96cd561ee6b7369672234d4bd24 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Sat Apr 26 20:50:14 2025 +0200 Fix typos diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index b0c790011..253f07231 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -26,7 +26,7 @@ // as of 2023-11-23 rig_caps is no longer constant // this #define allows clients to test which declaration to use for backwards compatibility -// As of 2025-01-03 removeing this -- fldigi was the only one that got it right +// As of 2025-01-03 removing this -- fldigi was the only one that got it right // riglist_foreach is now constant again but others are not // #define RIGCAPS_NOT_CONST 1 diff --git a/rigs/codan/README.codan b/rigs/codan/README.codan index d98dec0ab..3c97f9758 100644 --- a/rigs/codan/README.codan +++ b/rigs/codan/README.codan @@ -10,7 +10,7 @@ is a 15-pin D-Sub connector on a flying lead on the back of the radio. (NGT and Envoy models). Programming must be set to select "CICS" as the device which is addressed via the GP port. -As of SDR firmware V3.51 for Envoy and Sentry radios, the Amatuer option +As of SDR firmware V3.51 for Envoy and Sentry radios, the Amateur option allows for Freetune Tx on ham bands only. Freetune Tx is no longer required for this rig file to work. VK5MCA ----------------------------------------------------------------------- Summary of changes: include/hamlib/rig.h | 2 +- rigs/codan/README.codan | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |