kopia lustrzana https://github.com/Hamlib/Hamlib
Fix netrigctl vfo where non vfo mode VFOB was not working
https://github.com/Hamlib/Hamlib/issues/721pull/739/head
rodzic
ed09f54483
commit
42a9d4fbd6
|
@ -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,
|
||||
|
|
Ładowanie…
Reference in New Issue