kopia lustrzana https://github.com/Hamlib/Hamlib
Really fix icom_set_func so that it can also turn off DUAL_WATCH
rodzic
e78a8258ce
commit
731eb39df8
|
@ -6579,7 +6579,7 @@ int icom_set_func(RIG *rig, vfo_t vfo, setting_t func, int status)
|
||||||
|
|
||||||
case RIG_FUNC_DUAL_WATCH:
|
case RIG_FUNC_DUAL_WATCH:
|
||||||
fct_cn = C_SET_VFO;
|
fct_cn = C_SET_VFO;
|
||||||
fct_sc = S_DUAL;
|
fct_sc = status ? S_DUAL_ON : S_DUAL_OFF;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case RIG_FUNC_SATMODE:
|
case RIG_FUNC_SATMODE:
|
||||||
|
|
Ładowanie…
Reference in New Issue