Mike Black W9MDB 2021-11-09 11:59:15 -06:00
rodzic a3e888dc3f
commit d6541eba0a
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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'