FT1000MP set_vfo updates internal state

https://github.com/Hamlib/Hamlib/issues/597
pull/608/head
Michael Black W9MDB 2021-03-10 14:35:38 -06:00
rodzic 2d975feb62
commit 8407fcf6c1
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1128,6 +1128,9 @@ int ft1000mp_set_vfo(RIG *rig, vfo_t vfo)
ft1000mp_send_priv_cmd(rig, cmd_index);
#endif
// we just store the requested vfo in our internal state
rig->state.current_vfo = vfo;
RETURNFUNC(RIG_OK);
}