From a0796552901a984a0e1f79afb67cddd0a63a572c Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Wed, 4 May 2022 15:58:45 -0500 Subject: [PATCH] Don't ask for VS command for some Yaeus rigs -- unnecessary warning occurs --- rigs/yaesu/newcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigs/yaesu/newcat.c b/rigs/yaesu/newcat.c index 3e2b67101..72d4e9daa 100644 --- a/rigs/yaesu/newcat.c +++ b/rigs/yaesu/newcat.c @@ -955,7 +955,7 @@ int newcat_set_freq(RIG *rig, vfo_t vfo, freq_t freq) } // we need to change vfos, BS, and change back - if (newcat_valid_command(rig, "VS")) + if (!is_ft991 && !is_ft891 newcat_valid_command(rig, "VS")) { SNPRINTF(priv->cmd_str, sizeof(priv->cmd_str), "VS%d;BS%02d%c", vfo1, newcat_band_index(freq), cat_term);