[Hamlib-developer] [Hamlib/Hamlib] a09603: Correct and update mapping of D_AGC values
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-06-26 18:15:49
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: a09603fdd4e5699a72f509db284f9bbb494f4e10 https://github.com/Hamlib/Hamlib/commit/a09603fdd4e5699a72f509db284f9bbb494f4e10 Author: markjfine <mar...@fi...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M rigs/icom/icom_defs.h Log Message: ----------- Correct and update mapping of D_AGC values Ref issue#1775 (part 1) Corrected mapping of D_AGC values to currently enumerated AGC set. Will separately provide alternate mapping, if required, in backends that require it. Commit: 8abe1ec8e4fe08560fc14ebb2965f89105213a18 https://github.com/Hamlib/Hamlib/commit/8abe1ec8e4fe08560fc14ebb2965f89105213a18 Author: markjfine <mar...@fi...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M rigs/icom/icom.c Log Message: ----------- Correct mapping of D_AGC values Ref issue#1775 (part 1) Corrected mapping of D_AGC values to currently enumerated AGC set. Will separately provide alternate mapping, if required, in backends that require it. Commit: 6dffee33df0a9b79401a17150d5c431e268b8a64 https://github.com/Hamlib/Hamlib/commit/6dffee33df0a9b79401a17150d5c431e268b8a64 Author: markjfine <mar...@fi...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M rigs/icom/icom.c Log Message: ----------- Correct CWPitch set/get for Icom radios Icom has two confusing ways to set/get CW Pitch. The first way is to read/write the knob setting using CI-V command 14 subcommand 9. The second way is just to set/get the actual value via mode command 10. At some point the commands in hamlib changed from the former to the latter, but never adjusted the interpolation code of the former. This commit fixes the set and get routines appropriately. Commit: 82dd540d3a3fc181a81f1c3c3891f4331e770bbd https://github.com/Hamlib/Hamlib/commit/82dd540d3a3fc181a81f1c3c3891f4331e770bbd Author: Mark J. Fine <mar...@fi...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M rigs/icom/Makefile.am A rigs/icom/icom_alt_agc.c A rigs/icom/icom_alt_agc.h Log Message: ----------- Part 2 of Issue#1775: Adds optional wrappers for rigs that need to use the alternate AGC mapping originally specified in icom.c. Instructions for employment are provided within icom_alt_agc.c. Commit: ef0b7e30bd6fa770a2bccd27cd5e8b554a7dd764 https://github.com/Hamlib/Hamlib/commit/ef0b7e30bd6fa770a2bccd27cd5e8b554a7dd764 Author: Mark J. Fine <mar...@fi...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M rigs/icom/icom.c M rigs/icom/icom_alt_agc.c M rigs/icom/icom_defs.h Log Message: ----------- Reverted CW Pitch value<->knob conversion for non-ICR75 radios. Apparently R75 is the only one using the set mode command. Edited out all non-essential code commenting that was done during local testing. Commit: ef3e2782031967ffb6feeb5176cc47cd2e080f4b https://github.com/Hamlib/Hamlib/commit/ef3e2782031967ffb6feeb5176cc47cd2e080f4b Author: Nate Bargmann <n0...@n0...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M rigs/icom/Makefile.am M rigs/icom/icom.c A rigs/icom/icom_alt_agc.c A rigs/icom/icom_alt_agc.h M rigs/icom/icom_defs.h Log Message: ----------- Merge GitHub PR #1776 Compare: https://github.com/Hamlib/Hamlib/compare/31c3c973520e...ef3e27820319 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |