Default Kenwood rigs to VFOA and split=off

https://github.com/Hamlib/Hamlib/issues/745
pull/759/head^2
Mike Black W9MDB 2021-08-04 09:37:41 -05:00
rodzic 38a258d52a
commit f8da39243d
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -954,6 +954,12 @@ int kenwood_open(RIG *rig)
}
rig->state.rigport.retry = retry_save;
// Default to 1st VFO and split off
if (rig->caps->set_vfo) {
rig_set_vfo(rig, vfo_fixup(rig, RIG_VFO_A, 0));
}
RETURNFUNC(RIG_OK);
}

Wyświetl plik

@ -28,7 +28,7 @@
#include "token.h"
#include "misc.h"
#define BACKEND_VER "20210719"
#define BACKEND_VER "20210804"
#define EOM_KEN ';'
#define EOM_TH '\r'