kopia lustrzana https://github.com/Hamlib/Hamlib
Omni VII patch for WSJT-X
Patch for TenTec Omni VII to allow rig control with latest version of wsjt-x. This has been broken for a while due to some change in wstj-x which caused a new error to show up. 73 Mike W9MDBHamlib-3.0
rodzic
0f35adda2e
commit
fff8033141
|
@ -983,6 +983,10 @@ int tt588_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo)
|
||||||
int retval, cmd_len, resp_len;
|
int retval, cmd_len, resp_len;
|
||||||
char cmdbuf[16],respbuf[16];
|
char cmdbuf[16],respbuf[16];
|
||||||
|
|
||||||
|
if (tx_vfo == RIG_VFO_SUB) {
|
||||||
|
tx_vfo = RIG_VFO_B;
|
||||||
|
}
|
||||||
|
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s: vfo=%s split=%d tx_vfo=%s\n", __FUNCTION__, rig_strvfo(vfo),split,rig_strvfo(tx_vfo));
|
rig_debug(RIG_DEBUG_VERBOSE, "%s: vfo=%s split=%d tx_vfo=%s\n", __FUNCTION__, rig_strvfo(vfo),split,rig_strvfo(tx_vfo));
|
||||||
if(check_vfo(vfo)==FALSE) {
|
if(check_vfo(vfo)==FALSE) {
|
||||||
rig_debug(RIG_DEBUG_ERR,"%s: unsupported VFO %s\n", __FUNCTION__, rig_strvfo(vfo));
|
rig_debug(RIG_DEBUG_ERR,"%s: unsupported VFO %s\n", __FUNCTION__, rig_strvfo(vfo));
|
||||||
|
|
Ładowanie…
Reference in New Issue