kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
aedcc4191c
commit
a851da80e2
|
@ -1120,7 +1120,7 @@ int kenwood_set_vfo(RIG *rig, vfo_t vfo)
|
||||||
|
|
||||||
// FR can turn off split on some Kenwood rigs
|
// FR can turn off split on some Kenwood rigs
|
||||||
// So we'll turn it back on just in case
|
// So we'll turn it back on just in case
|
||||||
if (priv->split) { strcat(cmdbuf, "FT1;"); }
|
if (priv->split && vfo_function == '0') { strcat(cmdbuf, ";FT1"); }
|
||||||
|
|
||||||
if (RIG_IS_TS50 || RIG_IS_TS940)
|
if (RIG_IS_TS50 || RIG_IS_TS940)
|
||||||
{
|
{
|
||||||
|
@ -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
|
// FR can turn off split on some Kenwood rigs
|
||||||
// So we'll turn it back on just in case
|
// So we'll turn it back on just in case
|
||||||
if (priv->split) { strcat(cmdbuf, "FT1;"); }
|
if (priv->split && vfo_function=='0') { strcat(cmdbuf, ";FT1"); }
|
||||||
|
|
||||||
retval = kenwood_transaction(rig, cmdbuf, NULL, 0);
|
retval = kenwood_transaction(rig, cmdbuf, NULL, 0);
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#include "token.h"
|
#include "token.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
||||||
#define BACKEND_VER "20210822"
|
#define BACKEND_VER "20210826"
|
||||||
|
|
||||||
#define EOM_KEN ';'
|
#define EOM_KEN ';'
|
||||||
#define EOM_TH '\r'
|
#define EOM_TH '\r'
|
||||||
|
|
Ładowanie…
Reference in New Issue