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