[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. e622186bc3016e7136923
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-01-19 15:41:19
|
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 e622186bc3016e71369238f1030df0ae44f0ddf7 (commit) from fe53dce518aebcb55e89570a03ecfc0f962d919b (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 e622186bc3016e71369238f1030df0ae44f0ddf7 Author: Michael Black W9MDB <mdb...@ya...> Date: Tue Jan 19 09:39:39 2021 -0600 In newcat_set_cmd_validate helps if we get VFO_B when we want VFO_B diff --git a/rigs/yaesu/newcat.c b/rigs/yaesu/newcat.c index 49baa847..0d2abb5a 100644 --- a/rigs/yaesu/newcat.c +++ b/rigs/yaesu/newcat.c @@ -836,7 +836,7 @@ int newcat_set_freq(RIG *rig, vfo_t vfo, freq_t freq) else { freq_t freqB; - rig_get_freq(rig, RIG_VFO_A, &freqB); + rig_get_freq(rig, RIG_VFO_B, &freqB); rig_debug(RIG_DEBUG_TRACE, "%s(%d)%s: checking VFOB for band change \n", __FILE__, __LINE__, __func__); ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/newcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |