Don't ask for VS command for some Yaeus rigs -- unnecessary warning occurs

pull/1022/head
Mike Black W9MDB 2022-05-04 15:58:45 -05:00
rodzic 8bf1e7c649
commit a079655290
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 // 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", SNPRINTF(priv->cmd_str, sizeof(priv->cmd_str), "VS%d;BS%02d%c",
vfo1, newcat_band_index(freq), cat_term); vfo1, newcat_band_index(freq), cat_term);