kopia lustrzana https://github.com/Hamlib/Hamlib
Add NR2 via "u NR 2" for TS480, TS590S/SG, and QrpLabs QMX
rodzic
aa6d028b73
commit
536cf13c69
|
@ -4272,7 +4272,7 @@ int kenwood_set_func(RIG *rig, vfo_t vfo, setting_t func, int status)
|
|||
RETURNFUNC(kenwood_transaction(rig, buf, NULL, 0));
|
||||
|
||||
case RIG_FUNC_NR:
|
||||
if (RIG_IS_TS890S)
|
||||
if (RIG_IS_TS890S || RIG_IS_TS590S || RIG_IS_TS590SG || RIG_IS_TS480 || RIG_IS_TS2000 || RIG_IS_QRPLABS)
|
||||
{
|
||||
char c = '1';
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "token.h"
|
||||
#include "idx_builtin.h"
|
||||
|
||||
#define BACKEND_VER "20241001"
|
||||
#define BACKEND_VER "20241022"
|
||||
|
||||
#define EOM_KEN ';'
|
||||
#define EOM_TH '\r'
|
||||
|
@ -110,9 +110,9 @@ extern struct confparams kenwood_cfg_params[];
|
|||
#define RIG_IS_XG3 (rig->caps->rig_model == RIG_MODEL_XG3)
|
||||
#define RIG_IS_PT8000A (rig->caps->rig_model == RIG_MODEL_PT8000A)
|
||||
#define RIG_IS_POWERSDR (rig->caps->rig_model == RIG_MODEL_POWERSDR)
|
||||
#define RIG_IS_THETIS (rig->caps->rig_model == RIG_MODEL_THETIS)
|
||||
#define RIG_IS_THETIS (rig->caps->rig_model == RIG_MODEL_THETIS)
|
||||
#define RIG_IS_MALACHITE (rig->caps->rig_model == RIG_MODEL_MALACHITE)
|
||||
#define RIG_IS_QRPLABS (rig->caps->rig_model == RIG_MODEL_QRPLABS)
|
||||
#define RIG_IS_QRPLABS (rig->caps->rig_model == RIG_MODEL_QRPLABS)
|
||||
|
||||
struct kenwood_filter_width
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue