For non-targetable VFOs we will set VFO on every set_freq

https://github.com/Hamlib/Hamlib/issues/865
pull/875/head
Mike Black W9MDB 2021-11-11 17:10:57 -06:00
rodzic 0032f567e1
commit 8b5685425a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2046,7 +2046,7 @@ int HAMLIB_API rig_set_freq(RIG *rig, vfo_t vfo, freq_t freq)
set_cache_freq(rig, vfo, freq_new);
if (vfo != vfo_save && vfo != RIG_VFO_CURR)
if (vfo != RIG_VFO_CURR)
{
TRACE;
rig_set_vfo(rig, vfo_save);