kopia lustrzana https://github.com/Hamlib/Hamlib
Fix stop_voice_mem for some kenwood rigs
rodzic
6f3a9831c3
commit
6b4cc5b36b
|
@ -5386,7 +5386,10 @@ int kenwood_stop_voice_mem(RIG *rig, vfo_t vfo)
|
||||||
char cmd[16];
|
char cmd[16];
|
||||||
struct kenwood_priv_data *priv = rig->state.priv;
|
struct kenwood_priv_data *priv = rig->state.priv;
|
||||||
ENTERFUNC;
|
ENTERFUNC;
|
||||||
if (rig->caps->rig_model == RIG_MODEL_TS2000)
|
if (rig->caps->rig_model == RIG_MODEL_TS2000
|
||||||
|
|| (rig->caps->rig_model == RIG_MODEL_TS480
|
||||||
|
|| (rig->caps->rig_model == RIG_MODEL_TS590SG
|
||||||
|
|| rig->caps->rig_model == RIG_MODEL_TS590S)))
|
||||||
{
|
{
|
||||||
SNPRINTF(cmd, sizeof(cmd), "PB0");
|
SNPRINTF(cmd, sizeof(cmd), "PB0");
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#include "token.h"
|
#include "token.h"
|
||||||
#include "idx_builtin.h"
|
#include "idx_builtin.h"
|
||||||
|
|
||||||
#define BACKEND_VER "20230925"
|
#define BACKEND_VER "20230926"
|
||||||
|
|
||||||
#define EOM_KEN ';'
|
#define EOM_KEN ';'
|
||||||
#define EOM_TH '\r'
|
#define EOM_TH '\r'
|
||||||
|
|
Ładowanie…
Reference in New Issue