kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
8d1eacc9cb
commit
eb049ab92d
|
@ -4903,7 +4903,7 @@ int kenwood_get_powerstat(RIG *rig, powerstat_t *status)
|
||||||
RETURNFUNC(-RIG_EINVAL);
|
RETURNFUNC(-RIG_EINVAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
retval = kenwood_safe_transaction(rig, "PS", pwrbuf, 6, 3);
|
retval = kenwood_safe_transaction(rig, ";;;;PS", pwrbuf, 6, 3);
|
||||||
|
|
||||||
if (retval != RIG_OK)
|
if (retval != RIG_OK)
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "idx_builtin.h"
|
#include "idx_builtin.h"
|
||||||
|
|
||||||
#define BACKEND_VER "20230222"
|
#define BACKEND_VER "20230225"
|
||||||
|
|
||||||
#define EOM_KEN ';'
|
#define EOM_KEN ';'
|
||||||
#define EOM_TH '\r'
|
#define EOM_TH '\r'
|
||||||
|
|
Ładowanie…
Reference in New Issue