Fix split detection in ft991

https://github.com/Hamlib/Hamlib/issues/1046
pull/1068/head
Mike Black W9MDB 2022-06-01 17:20:14 -05:00
rodzic 860e280f85
commit ce1d863a69
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -589,7 +589,7 @@ static int ft991_set_split_mode(RIG *rig, vfo_t vfo, rmode_t tx_mode,
return (err);
}
if (is_split == RIG_SPLIT_OFF)
if (is_split == RIG_SPLIT_ON)
{
err = newcat_set_tx_vfo(rig, RIG_VFO_B);