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 W9MDB
Hamlib-3.0
Michael Black 2015-06-23 11:01:45 -05:00 zatwierdzone przez Nate Bargmann
rodzic 0f35adda2e
commit fff8033141
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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;
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));
if(check_vfo(vfo)==FALSE) {
rig_debug(RIG_DEBUG_ERR,"%s: unsupported VFO %s\n", __FUNCTION__, rig_strvfo(vfo));