kopia lustrzana https://github.com/Hamlib/Hamlib
Change kenwood set_split to check split instead of priv->split
https://github.com/Hamlib/Hamlib/issues/746pull/788/head
rodzic
a851da80e2
commit
eecffd31be
|
@ -1261,7 +1261,7 @@ int kenwood_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t txvfo)
|
|||
|
||||
// FR can turn off split on some Kenwood rigs
|
||||
// So we'll turn it back on just in case
|
||||
if (priv->split && vfo_function=='0') { strcat(cmdbuf, ";FT1"); }
|
||||
if (split && vfo_function=='0') { strcat(cmdbuf, ";FT1"); }
|
||||
|
||||
retval = kenwood_transaction(rig, cmdbuf, NULL, 0);
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue