Fir rig.c rig_set_split_freq_mode to use VFOB/Sub as appropriate

https://github.com/Hamlib/Hamlib/issues/665
pull/668/head
Mike Black W9MDB 2021-04-14 23:06:00 -05:00
rodzic 976b8c23b2
commit 44925bbfca
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4079,7 +4079,7 @@ int HAMLIB_API rig_set_split_freq_mode(RIG *rig,
// in split mode we alwasy use VFOB
// in the future we may start using RIG_VFO_TX and let the backend figure out what VFO to use
vfo = RIG_VFO_B; // in split mode we always use VFOB
vfo = vfo_fixup(rig,RIG_VFO_B); // in split mode we always use VFOB/Sub for TX
rig_debug(RIG_DEBUG_VERBOSE,
"%s: vfo=%s, tx_freq=%.0f, tx_mode=%s, tx_width=%d\n", __func__,
rig_strvfo(vfo), tx_freq, rig_strrmode(tx_mode), (int)tx_width);