From: n0nb <n0...@us...> - 2025-08-19 18:22:02
|
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 c4aad6e0ec4faac50d3050688af1f9ff5135c9ea (commit) via a8a53124df3d3205eb4114cb58e950eab54fc2c2 (commit) via c5668bf75ae9fdf820e8130ddd7eca4b06102182 (commit) from ab311ac97b13f17c93dd198fa9cb8a8bc4d44090 (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 c4aad6e0ec4faac50d3050688af1f9ff5135c9ea Merge: ab311ac97 a8a53124d Author: Nate Bargmann <n0...@n0...> Date: Tue Aug 19 13:18:47 2025 -0500 Merge GitHub PR #1854 commit a8a53124df3d3205eb4114cb58e950eab54fc2c2 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Mon Aug 18 12:17:56 2025 +0200 freq_skip is a configuration parameter, not a command diff --git a/doc/man1/rigctl.1 b/doc/man1/rigctl.1 index 4cec60e13..4dbe56bec 100644 --- a/doc/man1/rigctl.1 +++ b/doc/man1/rigctl.1 @@ -199,6 +199,7 @@ Set configuration parameter(s). Some common ones are: .BR dcd_pathname: "Path name to the device file of the Data Carrier Detect (or squelch)" .BR disable_yaesu_bandselect: "True disables the automatic band select on band change for Yaesu rigs" .BR dtr_state: "ON turns on DTR, OFF turns it off, Unset disables it" +.BR freq_skip: "!=0 skips setting freq on TX_VFO when in RX and on RX_VFO when in TX -- for use with gpredict and rigs that do not have TARGETABLE_VFO .BR lo_freq: "Frequency to add to the VFO frequency for use with a transverter" .BR post_write_delay: "Delay in ms between each command sent out" .BR ptt_share: "True enables ptt port to be shared with other apps" @@ -1559,10 +1560,6 @@ Can also use 1,2,3,4 .BR skip_init Skips rig initialization -- useful when executing commands with rigctl to speed up things . -.TP -.BR freq_skip " " 'skip' -When skip!=0 skips setting freq on TX_VFO when in RX and on RX_VFO when in TX -- for use with gpredict and rigs that do not have TARGETABLE_VFO -. .SH READLINE . If commit c5668bf75ae9fdf820e8130ddd7eca4b06102182 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Mon Aug 18 12:11:06 2025 +0200 Add value 0/1 to description of set_gpio diff --git a/doc/man1/rigctl.1 b/doc/man1/rigctl.1 index 557b3028c..4cec60e13 100644 --- a/doc/man1/rigctl.1 +++ b/doc/man1/rigctl.1 @@ -1546,7 +1546,7 @@ Returns Hamlib version with ISO8601 date/time Performs test routines. Under development. . .TP -.BR set_gpio " \(aq" \fIGPIO#\fP "\(aq +.BR set_gpio " \(aq" \fIGPIO#\fP "\(aq \(aq" \fI0/1\fP "\(aq Sets GPIO1, GPIO2, GPIO3, GPIO4 on the GPIO ptt port Can also use 1,2,3,4 . diff --git a/doc/man1/rigctld.1 b/doc/man1/rigctld.1 index 20652967c..98e6786dc 100644 --- a/doc/man1/rigctld.1 +++ b/doc/man1/rigctld.1 @@ -1376,7 +1376,7 @@ Returns Hamlib version with ISO8601 date/time Performs test routines. Under development. . .TP -.BR set_gpio " \(aq" \fIGPIO#\fP "\(aq +.BR set_gpio " \(aq" \fIGPIO#\fP "\(aq \(aq" \fI0/1\fP "\(aq Sets GPIO1, GPIO2, GPIO3, GPIO4 on the GPIO ptt port Can also use 1,2,3,4 . ----------------------------------------------------------------------- Summary of changes: doc/man1/rigctl.1 | 7 ++----- doc/man1/rigctld.1 | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |