kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
6f82645ee8
commit
9d2aaa00c0
|
@ -4651,6 +4651,12 @@ int HAMLIB_API rig_set_split_vfo(RIG *rig,
|
||||||
{
|
{
|
||||||
RETURNFUNC(-RIG_ENAVAIL);
|
RETURNFUNC(-RIG_ENAVAIL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (rig->state.cache.ptt)
|
||||||
|
{
|
||||||
|
rig_debug(RIG_DEBUG_WARN, "%s: cannot execute when PTT is on\n", __func__);
|
||||||
|
return RIG_OK;
|
||||||
|
}
|
||||||
|
|
||||||
// We fix up vfos for non-satmode rigs only
|
// We fix up vfos for non-satmode rigs only
|
||||||
if (rig->caps->has_get_func & RIG_FUNC_SATMODE)
|
if (rig->caps->has_get_func & RIG_FUNC_SATMODE)
|
||||||
|
|
Ładowanie…
Reference in New Issue