[Hamlib-developer] [Hamlib/Hamlib] 4aec46: Improve Icom power status handling. Add auto power...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2023-07-08 16:51:52
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 4aec46133750f55e13cb2b3310635f5c196c7460 https://github.com/Hamlib/Hamlib/commit/4aec46133750f55e13cb2b3310635f5c196c7460 Author: Mikael Nousiainen <mik...@ik...> Date: 2023-06-08 (Thu, 08 Jun 2023) Changed paths: M rigs/dummy/netrigctl.c M rigs/icom/icom.c Log Message: ----------- Improve Icom power status handling. Add auto power on/off to netrigctl. Commit: c6d0365c3b6640fa732195adc5b74948e1e5e2e6 https://github.com/Hamlib/Hamlib/commit/c6d0365c3b6640fa732195adc5b74948e1e5e2e6 Author: Mikael Nousiainen <mik...@ik...> Date: 2023-07-08 (Sat, 08 Jul 2023) Changed paths: R Makefile.Windows M NEWS M configure.ac M doc/man1/rigctld.1 M include/hamlib/rig.h M include/hamlib/riglist.h M lib/Makefile.am M rigs/anytone/anytone.c M rigs/anytone/anytone.h M rigs/anytone/d578.c M rigs/dummy/dummy.c M rigs/dummy/flrig.c M rigs/dummy/netrigctl.c M rigs/icom/frame.c M rigs/icom/ic7300.c M rigs/icom/ic7600.c M rigs/icom/ic7610.c M rigs/icom/ic785x.c M rigs/icom/icom.c M rigs/icom/icom.h M rigs/kenwood/flex6xxx.c M rigs/kenwood/kenwood.c M rigs/kenwood/kenwood.h M rigs/kenwood/ts480.c M rigs/kenwood/ts590.c M rigs/yaesu/newcat.c M rigs/yaesu/newcat.h M security/password.c M simulators/Makefile.am A simulators/simicom7600.c A simulators/simts450.c M simulators/simts590.c M src/Makefile.am M src/cache.c A src/fifo.c A src/fifo.h M src/gpio.c M src/iofunc.c M src/misc.h M src/multicast.c M src/rig.c M tests/Makefile.am M tests/dumpcaps.c M tests/dumpcaps_amp.c M tests/dumpcaps_rot.c M tests/dumpstate.c A tests/rig_tests.c A tests/rig_tests.h M tests/rigctl_parse.c M tests/rigctld.c M tests/rigctltcp.c A tests/testmW2power.c Log Message: ----------- Merge master and fix conflicts Commit: ebf054f4cc07b64344313a9646092ee60d700d28 https://github.com/Hamlib/Hamlib/commit/ebf054f4cc07b64344313a9646092ee60d700d28 Author: Michael Black <mdb...@ya...> Date: 2023-07-08 (Sat, 08 Jul 2023) Changed paths: M rigs/dummy/netrigctl.c M rigs/icom/icom.c Log Message: ----------- Merge pull request #1330 from mikaelnousiainen/fix-power-status-and-serial-port-issues Fix power status and serial port issues Compare: https://github.com/Hamlib/Hamlib/compare/9218d208ef09...ebf054f4cc07 |