kopia lustrzana https://github.com/Hamlib/Hamlib
Ensure K4 is in K40 mode when requesting ID
rodzic
fa4a96e6a6
commit
d645bae207
|
@ -1103,6 +1103,11 @@ int kenwood_get_id(RIG *rig, char *buf)
|
|||
{
|
||||
ENTERFUNC;
|
||||
|
||||
if (rig->caps->rig_model == RIG_MODEL_K4)
|
||||
{
|
||||
kenwood_transaction(rig, "K40", NULL, 0);
|
||||
}
|
||||
|
||||
RETURNFUNC(kenwood_transaction(rig, "ID", buf, KENWOOD_MAX_BUF_LEN));
|
||||
}
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "misc.h"
|
||||
#include "idx_builtin.h"
|
||||
|
||||
#define BACKEND_VER "20230226"
|
||||
#define BACKEND_VER "20230201"
|
||||
|
||||
#define EOM_KEN ';'
|
||||
#define EOM_TH '\r'
|
||||
|
|
Ładowanie…
Reference in New Issue