Force Icom rigs to set VFOA as startup VFO

https://github.com/Hamlib/Hamlib/issues/665
pull/668/head
Mike Black W9MDB 2021-04-16 17:30:39 -05:00
rodzic 1bd795e297
commit 8fe1615ccd
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1014,6 +1014,7 @@ int HAMLIB_API rig_open(RIG *rig)
if (backend_num == RIG_ICOM)
{
rig_set_vfo(rig, RIG_VFO_A); // force VFOA as our startup VFO
rig_debug(RIG_DEBUG_TRACE, "%s: Icom rig so default vfo = %s\n", __func__,
rig_strvfo(rs->current_vfo));
}