kopia lustrzana https://github.com/Hamlib/Hamlib
pull/875/head
rodzic
a3e888dc3f
commit
d6541eba0a
|
@ -1297,6 +1297,9 @@ int kenwood_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t txvfo)
|
|||
{
|
||||
RETURNFUNC(retval);
|
||||
}
|
||||
rig->state.cache.split = split;
|
||||
rig->state.cache.split_vfo = txvfo;
|
||||
elapsed_ms(&rig->state.cache.time_split, HAMLIB_ELAPSED_SET);
|
||||
|
||||
/* Split off means Rx and Tx are the same */
|
||||
if (split == RIG_SPLIT_OFF)
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "token.h"
|
||||
#include "misc.h"
|
||||
|
||||
#define BACKEND_VER "20211102"
|
||||
#define BACKEND_VER "20211109"
|
||||
|
||||
#define EOM_KEN ';'
|
||||
#define EOM_TH '\r'
|
||||
|
|
Ładowanie…
Reference in New Issue