Update band_index in newcat.c when BS is executed

pull/1501/head
Mike Black W9MDB 2024-01-31 17:39:49 -06:00
rodzic c969405c26
commit 75a4d324de
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1350,6 +1350,7 @@ int newcat_set_freq(RIG *rig, vfo_t vfo, freq_t freq)
SNPRINTF(priv->cmd_str, sizeof(priv->cmd_str), "BS%02d;FA%09.0f;",
newcat_band_index(freq), freq);
}
priv->band_index = newcat_band_index(freq);
}
else if (RIG_MODEL_FT450 == caps->rig_model)