kopia lustrzana https://github.com/Hamlib/Hamlib
Default Kenwood rigs to VFOA and split=off
https://github.com/Hamlib/Hamlib/issues/745pull/759/head^2
rodzic
38a258d52a
commit
f8da39243d
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Ładowanie…
Reference in New Issue