[Hamlib-developer] [Hamlib/Hamlib] 928392: fix(ft991): extend ID meter range to 25.5 A
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: dforsi <no...@gi...> - 2026-08-28 20:00:47
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 928392489c260a795b812f3ffd9766cd3b06a2d5 https://github.com/Hamlib/Hamlib/commit/928392489c260a795b812f3ffd9766cd3b06a2d5 Author: David Christle <dch...@us...> Date: 2026-08-02 (Sun, 02 Aug 2026) Changed paths: M rigs/yaesu/ft991.c M rigs/yaesu/ft991.h M rigs/yaesu/level_gran_yaesu.h M tests/Makefile.am A tests/testft991idmeter.c Log Message: ----------- fix(ft991): extend ID meter range to 25.5 A The FT-991 calibration ended at raw 107, causing larger current readings to clamp at 10 A. Map the full 8-bit meter range to amperes and advertise matching capability metadata. Fixes #2073 Commit: dff4d2636e84bbd98c2d51d159be3f81ad89e980 https://github.com/Hamlib/Hamlib/commit/dff4d2636e84bbd98c2d51d159be3f81ad89e980 Author: dforsi <iu...@gm...> Date: 2026-08-28 (Fri, 28 Aug 2026) Changed paths: M .github/codeql-analysis.yml M .github/workflows/android-ndk.yml M .github/workflows/c-cpp.yml M .github/workflows/c-cpp32.yml M .github/workflows/codeql-analysis.yml M .github/workflows/macos-latest-features.yml M .github/workflows/macos-latest-no-features.yml M .github/workflows/ubuntu-latest-features.yml M .github/workflows/ubuntu-latest-no-features.yml A .github/workflows/windows-cross-features.yml A .github/workflows/windows-cross-no-features.yml A .github/workflows/windows-latest-features.yml A .github/workflows/windows-latest-no-features.yml A HAMLIB_STREAMING.md A HAMLIB_STREAMING_BACKEND_GUIDE.md M Makefile.am M NEWS M README.developer M bindings/hamlib.swg M bindings/python/test_Hamlib_class.py M configure.ac M doc/man1/ampctl.1 M doc/man1/rigctl.1 M doc/man1/rigctld.1 M doc/man1/rotctl.1 M doc/man1/rotctld.1 M include/hamlib/rig.h M include/hamlib/rig_state.h M include/hamlib/riglist.h M lib/Makefile.am A lib/kvparse.c A lib/kvparse.h M rigs/dummy/Makefile.am M rigs/dummy/dummy.c M rigs/dummy/dummy.h M rigs/dummy/dummy_common.c M rigs/dummy/dummy_common.h A rigs/dummy/dummy_stream.c A rigs/dummy/dummy_stream.h M rigs/dummy/netrigctl.c M rigs/dummy/quisk.c M rigs/guohetec/guohetec.c M rigs/guohetec/guohetec.h M rigs/guohetec/pmr171.c M rigs/guohetec/q900.c M rigs/icom/id5100.c M rigs/kenwood/Makefile.am M rigs/kenwood/flex6xxx.c M rigs/kenwood/k3.c M rigs/kenwood/kenwood.c M rigs/kenwood/kenwood.h M rigs/kenwood/pihpsdr.c M rigs/kenwood/th.c M rigs/kenwood/thd72.c M rigs/kenwood/thd74.c A rigs/kenwood/thd7x.c A rigs/kenwood/thd7x.h M rigs/kenwood/ts2000.c M rigs/kenwood/ts590.c M rigs/kenwood/tx500.c A rigs/tci/Makefile.am A rigs/tci/README-TCI-2.0.md A rigs/tci/sunsdr2-pro.c A rigs/tci/tci.c A rigs/tci/tci2.c A rigs/tci/tci2.h M rigs/yaesu/ftx1/ftx1.c M rigs/yaesu/ftx1/ftx1_freq.c M rigs/yaesu/ftx1/ftx1_mode.c M scripts/astylerc M simulators/simid5100.c M src/Makefile.am M src/conf.c M src/iofunc.c M src/misc.c M src/register.c M src/rig.c A src/rigctl_protocol.c A src/rigctl_protocol.h A src/stream.c A src/stream.h A src/stream_account.c A src/stream_account.h A src/stream_anchor.c A src/stream_anchor.h A src/stream_codec.c A src/stream_codec.h A src/stream_convert.c A src/stream_convert.h A src/stream_net.c A src/stream_net.h A src/stream_proto.c A src/stream_proto.h A src/stream_ringbuf.c A src/stream_ringbuf.h A src/stream_time.c A src/stream_time.h M src/token.h A test/.gitignore A test/Makefile.am A test/acutest.h A test/test_debug.h A test/test_dummy_stream.c A test/test_netrigctl_stream.c A test/test_rigctld_commands.c A test/test_rigctld_stream.c A test/test_rigstreamtest.c A test/test_stream_account.c A test/test_stream_api.c A test/test_stream_codec.c A test/test_stream_convert.c A test/test_stream_ringbuf.c A test/test_stream_time.c M tests/.gitignore M tests/Makefile.am M tests/dumpcaps.c M tests/dumpcaps.h M tests/dumpstate.c M tests/rigctl.c M tests/rigctl_parse.c M tests/rigctl_parse.h M tests/rigctld.c A tests/rigctld_client.h A tests/rigctld_stream.c A tests/rigctld_stream.h A tests/rigstreamtest.c A tests/rigstreamtest.sh A tests/rigstreamtest_util.c A tests/rigstreamtest_util.h M tests/testctlparser.c M tests/testgs100.c A tests/testguohetec.c A tests/testid5100.c M tests/testnetrigctl.c A tests/testrigctlprotocol.c A tests/testthd75emu.c A tests/testthd7x.c Log Message: ----------- Merge branch 'master' into fix/2073-ft991a-id-meter-range Commit: 8cf9b1033b07f64a4a7dd4d1da6eab95e2677d69 https://github.com/Hamlib/Hamlib/commit/8cf9b1033b07f64a4a7dd4d1da6eab95e2677d69 Author: dforsi <iu...@gm...> Date: 2026-08-28 (Fri, 28 Aug 2026) Changed paths: M rigs/yaesu/ft991.c M rigs/yaesu/ft991.h M rigs/yaesu/level_gran_yaesu.h M tests/Makefile.am A tests/testft991idmeter.c Log Message: ----------- Merge pull request #2125 from dchristle/fix/2073-ft991a-id-meter-range fix(ft991): extend ID meter range to 25.5 A Compare: https://github.com/Hamlib/Hamlib/compare/a8c0a3ff6664...8cf9b1033b07 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |