[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 1cd433b0d4d338bc2058b
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-01-15 20:18:27
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 1cd433b0d4d338bc2058b636b1d98d372d46fc02 (commit) from fb026f7fafe5cda6f4dd9e8ac44591fe831e41c8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1cd433b0d4d338bc2058b636b1d98d372d46fc02 Author: Michael Black W9MDB <mdb...@ya...> Date: Fri Jan 15 14:17:35 2021 -0600 Increase newcat_set_cmd_validate retries to 8 https://github.com/Hamlib/Hamlib/issues/505 diff --git a/rigs/yaesu/newcat.c b/rigs/yaesu/newcat.c index 16d6f433..6e85d0d2 100644 --- a/rigs/yaesu/newcat.c +++ b/rigs/yaesu/newcat.c @@ -9383,7 +9383,7 @@ int newcat_set_cmd_validate(RIG *rig) struct rig_state *state = &rig->state; struct newcat_priv_data *priv = (struct newcat_priv_data *)rig->state.priv; char valcmd[16]; - int retries=5; + int retries=8; int retry=0; int sleepms = 50; int rc = -RIG_EPROTO; ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/newcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |