kopia lustrzana https://github.com/Hamlib/Hamlib
Allow for set_split with VFOA/VFOA to put RX VFO on VFOB
rodzic
d820ee9dbf
commit
d1a7964ac4
|
@ -4792,6 +4792,7 @@ int HAMLIB_API rig_set_split_vfo(RIG *rig,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if (rig->state.current_vfo == RIG_VFO_A) rx_vfo = RIG_VFO_B; // possible reverse split
|
||||||
rx_vfo = vfo_fixup(rig, rx_vfo, split);
|
rx_vfo = vfo_fixup(rig, rx_vfo, split);
|
||||||
tx_vfo = vfo_fixup(rig, tx_vfo, split);
|
tx_vfo = vfo_fixup(rig, tx_vfo, split);
|
||||||
if (rx_vfo == RIG_VFO_CURR)
|
if (rx_vfo == RIG_VFO_CURR)
|
||||||
|
|
Ładowanie…
Reference in New Issue