[Hamlib-developer] Pull Request: Fix AI regression and new option rigctl to skip AI restpre
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Bill S. <g4...@cl...> - 2015-12-04 00:33:41
|
Hi All, if/when c177ef is merged to stable then a924165 from this pull request should join it. The following changes since commit ca77efcc04736e8d3fa59d4d6420615081f26e93: Allow for poor emulations of Kenwood rigs that have no ID command (2015-11-29 20:56:42 +0000) are available in the git repository at: git://git.code.sf.net/u/bsomervi/hamlib kenwood-ai-restore for you to fetch changes up to aebe52a45e11b816267ac9ba83acedd35c0430da: Add a new command line option '--no-restore-ai' ('-n') to rigctl (2015-12-04 00:22:01 +0000) ---------------------------------------------------------------- Bill Somerville (2): Use correct function to execute set type commands with no response Add a new command line option '--no-restore-ai' ('-n') to rigctl doc/utility_programs.texi | 6 ++++++ include/hamlib/rig.h | 1 + kenwood/kenwood.c | 11 ++++------- src/misc.c | 6 ++++++ src/misc.h | 4 ++++ tests/rigctl.1 | 5 +++++ tests/rigctl.c | 7 ++++++- yaesu/newcat.c | 3 ++- 8 files changed, 34 insertions(+), 9 deletions(-) 73 Bill G4WJS. |