kopia lustrzana https://github.com/Hamlib/Hamlib
Add RIT to get_func for kenwood.c
rodzic
92b7fc32ba
commit
9033eb733a
|
@ -2810,6 +2810,9 @@ int kenwood_get_func(RIG *rig, vfo_t vfo, setting_t func, int *status)
|
|||
case RIG_FUNC_AIP:
|
||||
return get_kenwood_func(rig, "MX", status);
|
||||
|
||||
case RIG_FUNC_RIT:
|
||||
return get_kenwood_func(rig, "RT", status);
|
||||
|
||||
default:
|
||||
rig_debug(RIG_DEBUG_ERR, "Unsupported get_func %s", rig_strfunc(func));
|
||||
return -RIG_EINVAL;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <string.h>
|
||||
#include "token.h"
|
||||
|
||||
#define BACKEND_VER "20200617"
|
||||
#define BACKEND_VER "20200619"
|
||||
|
||||
#define EOM_KEN ';'
|
||||
#define EOM_TH '\r'
|
||||
|
|
Ładowanie…
Reference in New Issue