kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
8d95db88d4
commit
124a6faafd
|
@ -131,6 +131,7 @@ static const struct kenwood_id_string kenwood_id_string_list[] =
|
||||||
{ RIG_MODEL_THF6A, "TH-F6" },
|
{ RIG_MODEL_THF6A, "TH-F6" },
|
||||||
{ RIG_MODEL_THF7E, "TH-F7" },
|
{ RIG_MODEL_THF7E, "TH-F7" },
|
||||||
{ RIG_MODEL_THG71, "TH-G71" },
|
{ RIG_MODEL_THG71, "TH-G71" },
|
||||||
|
{ RIG_MODEL_MALACHITE, "020" },
|
||||||
{ RIG_MODEL_NONE, NULL }, /* end marker */
|
{ RIG_MODEL_NONE, NULL }, /* end marker */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -867,7 +868,7 @@ int kenwood_open(RIG *rig)
|
||||||
id);
|
id);
|
||||||
|
|
||||||
// Malachite SDR gives no reponse to ID and is supposed to be TS480 compatible
|
// Malachite SDR gives no reponse to ID and is supposed to be TS480 compatible
|
||||||
if (RIG_IS_TS480) { strcpy(id, "ID020"); }
|
if (RIG_IS_MALACHITE) { strcpy(id, "ID020"); }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -104,6 +104,7 @@ extern const struct confparams kenwood_cfg_params[];
|
||||||
#define RIG_IS_XG3 (rig->caps->rig_model == RIG_MODEL_XG3)
|
#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_PT8000A (rig->caps->rig_model == RIG_MODEL_PT8000A)
|
||||||
#define RIG_IS_POWERSDR (rig->caps->rig_model == RIG_MODEL_POWERSDR)
|
#define RIG_IS_POWERSDR (rig->caps->rig_model == RIG_MODEL_POWERSDR)
|
||||||
|
#define RIG_IS_MALACHITE (rig->caps->rig_model == RIG_MODEL_MALACHITE)
|
||||||
|
|
||||||
struct kenwood_priv_caps
|
struct kenwood_priv_caps
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue