Add tone_enable in more places to cover all set_split_freq cases

pull/1506/head
Mike Black W9MDB 2024-02-01 15:48:01 -06:00
rodzic 7436e4395f
commit a03a79c864
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -5462,6 +5462,10 @@ int icom_set_split_freq(RIG *rig, vfo_t vfo, freq_t tx_freq)
if (retval == RIG_OK)
{
if (priv->tone_enable)
{
rig_set_func(rig, RIG_VFO_CURR, RIG_FUNC_TONE, 1);
}
RETURNFUNC2(retval);
}
}