kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
99b7a2da24
commit
0e67bcd1fc
|
@ -4549,8 +4549,12 @@ int HAMLIB_API rig_set_split_vfo(RIG *rig,
|
||||||
RETURNFUNC(-RIG_ENAVAIL);
|
RETURNFUNC(-RIG_ENAVAIL);
|
||||||
}
|
}
|
||||||
|
|
||||||
rx_vfo = vfo_fixup(rig, rx_vfo, split);
|
// We fix up vfos for non-satmode rigs
|
||||||
tx_vfo = vfo_fixup(rig, tx_vfo, split);
|
if (!(rig->caps->has_get_func & RIG_FUNC_SATMODE))
|
||||||
|
{
|
||||||
|
rx_vfo = vfo_fixup(rig, rx_vfo, split);
|
||||||
|
tx_vfo = vfo_fixup(rig, tx_vfo, split);
|
||||||
|
}
|
||||||
|
|
||||||
// set rig to the the requested RX VFO
|
// set rig to the the requested RX VFO
|
||||||
TRACE;
|
TRACE;
|
||||||
|
|
Ładowanie…
Reference in New Issue