[Hamlib-developer] [Hamlib/Hamlib] 4b8de5: Change float level granularity formatting to use %...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2023-05-14 12:27:00
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 4b8de5f96d548860f4cca1ab6d3db7e0d274cc15 https://github.com/Hamlib/Hamlib/commit/4b8de5f96d548860f4cca1ab6d3db7e0d274cc15 Author: Mikael Nousiainen <mik...@ik...> Date: 2023-05-10 (Wed, 10 May 2023) Changed paths: M rigs/dummy/dummy.c M rigs/icom/ic7300.c M rigs/icom/icom.c M rigs/icom/level_gran_icom.h M src/misc.c M src/rig.c M src/sprintflst.c M tests/dumpcaps.c M tests/rigctl_parse.c Log Message: ----------- Change float level granularity formatting to use %f to avoid E notation. Fix AGC_TIME level range for Icom rigs. Fix listing of AGC levels in \dump_caps. Add \stop_morse and \wait_morse in \dump_caps. Add simulation of responses in \send_cmd_rx and \send_raw for dummy rig (and if rig port type is NONE). Fix other minor issues. Commit: 1596e125b61da4b495cc4fc7d8b6dde1d200f331 https://github.com/Hamlib/Hamlib/commit/1596e125b61da4b495cc4fc7d8b6dde1d200f331 Author: Mikael Nousiainen <mik...@ik...> Date: 2023-05-10 (Wed, 10 May 2023) Changed paths: M tests/rigctl_parse.c Log Message: ----------- Fix use of uninitialized variable Commit: 716637c4abfba44fdb110c35873a962c035f9330 https://github.com/Hamlib/Hamlib/commit/716637c4abfba44fdb110c35873a962c035f9330 Author: Mikael Nousiainen <mik...@ik...> Date: 2023-05-10 (Wed, 10 May 2023) Changed paths: M rigs/icom/icom.c Log Message: ----------- Fix x25cmdfails logic to allow failure detection only once. Subsequent failures after an initial successful use of command 0x25 will not prevent use of the command. Commit: c80d45378a38bf228d10928e1f969a13d7cff394 https://github.com/Hamlib/Hamlib/commit/c80d45378a38bf228d10928e1f969a13d7cff394 Author: Mikael Nousiainen <mik...@ik...> Date: 2023-05-10 (Wed, 10 May 2023) Changed paths: M rigs/icom/icom.c Log Message: ----------- More fixes to command 0x25 logic Commit: 92215dfd2ab7cbf7432792b63919260f24fc2f99 https://github.com/Hamlib/Hamlib/commit/92215dfd2ab7cbf7432792b63919260f24fc2f99 Author: Mikael Nousiainen <mik...@ik...> Date: 2023-05-12 (Fri, 12 May 2023) Changed paths: M rigs/dummy/dummy.c M src/rig.c M tests/rigctl_parse.c Log Message: ----------- Fix bugs in \send_raw command and add possibility to specify any command terminator character. Add \stop_morse to Dummy rig. Commit: e89687668d5b0ef501a0930a5977516d1c3a6983 https://github.com/Hamlib/Hamlib/commit/e89687668d5b0ef501a0930a5977516d1c3a6983 Author: Mikael Nousiainen <mik...@ik...> Date: 2023-05-13 (Sat, 13 May 2023) Changed paths: M include/hamlib/rig.h M src/iofunc.c M src/iofunc.h M src/misc.c M src/rig.c M tests/rigctl_parse.c Log Message: ----------- Add flushing of rig port, including async data pipes, after \send_raw and \send_cmd to drain any extra rig responses Commit: c75fdeb3e4a6579d9ecf841bea0c9bce9793997f https://github.com/Hamlib/Hamlib/commit/c75fdeb3e4a6579d9ecf841bea0c9bce9793997f Author: Mikael Nousiainen <mik...@ik...> Date: 2023-05-14 (Sun, 14 May 2023) Changed paths: M include/hamlib/rig.h M src/conf.c M src/iofunc.c M src/token.h Log Message: ----------- Make retries in case of read timeout optional and configurable via set-conf option. When not absolutely necessary, they will significantly slow down flushing and normal serial communications with a rig Commit: 93e8a2879d0a74c60843c9942c2759178b746383 https://github.com/Hamlib/Hamlib/commit/93e8a2879d0a74c60843c9942c2759178b746383 Author: Mikael Nousiainen <mik...@ik...> Date: 2023-05-14 (Sun, 14 May 2023) Changed paths: M src/iofunc.c Log Message: ----------- Fix read timeout retry logic Commit: eea12aff0ab2bda40b6ac8af24db446885070109 https://github.com/Hamlib/Hamlib/commit/eea12aff0ab2bda40b6ac8af24db446885070109 Author: Mikael Nousiainen <mik...@ik...> Date: 2023-05-14 (Sun, 14 May 2023) Changed paths: M include/hamlib/multicast.h M include/hamlib/rig.h M rigs/icom/icom.c M rigs/icom/icom.h M rigs/yaesu/ft847.c M rigs/yaesu/ftdx10.c M rigs/yaesu/newcat.c M rigs/yaesu/newcat.h M src/cache.c M src/misc.h M src/rig.c M src/serial.c M tests/rigctl_parse.c Log Message: ----------- Merge master Commit: 10f1f3a7cd3da5a53583ad0ede45f1d2fc0c757a https://github.com/Hamlib/Hamlib/commit/10f1f3a7cd3da5a53583ad0ede45f1d2fc0c757a Author: Michael Black <mdb...@ya...> Date: 2023-05-14 (Sun, 14 May 2023) Changed paths: M include/hamlib/rig.h M rigs/dummy/dummy.c M rigs/icom/ic7300.c M rigs/icom/icom.c M rigs/icom/level_gran_icom.h M src/conf.c M src/iofunc.c M src/iofunc.h M src/misc.c M src/rig.c M src/sprintflst.c M src/token.h M tests/dumpcaps.c M tests/rigctl_parse.c Log Message: ----------- Merge pull request #1289 from mikaelnousiainen/bug-fixes-1 Fix a number of issues in the current Hamlib code Compare: https://github.com/Hamlib/Hamlib/compare/7c5a636a64cb...10f1f3a7cd3d |