Fix netrigctl vfo where non vfo mode VFOB was not working

https://github.com/Hamlib/Hamlib/issues/721
pull/739/head
Mike Black W9MDB 2021-06-13 22:53:18 -05:00
rodzic ed09f54483
commit 42a9d4fbd6
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -982,6 +982,7 @@ static int netrigctl_set_vfo(RIG *rig, vfo_t vfo)
}
priv->vfo_curr = vfo; // remember our vfo
rig->state.current_vfo = vfo;
return ret;
}
@ -2542,7 +2543,7 @@ struct rig_caps netrigctl_caps =
RIG_MODEL(RIG_MODEL_NETRIGCTL),
.model_name = "NET rigctl",
.mfg_name = "Hamlib",
.version = "20210428.0",
.version = "20210613.0",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_OTHER,