When Yaeus rigs are split and tx is on VFOA then turning split off will remain on VFOB tx/rx

https://github.com/Hamlib/Hamlib/issues/1100
pull/1106/head
Mike Black W9MDB 2022-08-21 12:20:01 -05:00
rodzic 95126fd350
commit 2275bf51f8
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -7531,6 +7531,8 @@ int newcat_set_tx_vfo(RIG *rig, vfo_t tx_vfo)
{
HAMLIB_TRACE;
p1 = p1 + 2; /* use non-Toggle commands */
// If VFOB is active then we change VFOB with FT3 instead of VFOA
if (rig->state.current_vfo == RIG_VFO_B) p1++;
}
if (is_ftdx101d || is_ftdx101mp)