Add RIT to get_func for kenwood.c

pull/314/head
Michael Black W9MDB 2020-06-19 17:46:14 -05:00
rodzic 92b7fc32ba
commit 9033eb733a
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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;

Wyświetl plik

@ -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'