kopia lustrzana https://github.com/Hamlib/Hamlib
Remove empty cmd from thd74.c and bump up to beta
https://github.com/Hamlib/Hamlib/issues/718pull/739/head
rodzic
9d7e1651b2
commit
540ca9cce3
|
@ -161,13 +161,14 @@ static struct kenwood_priv_caps thd74_priv_caps =
|
||||||
|
|
||||||
int thd74_open(RIG *rig)
|
int thd74_open(RIG *rig)
|
||||||
{
|
{
|
||||||
int ret;
|
//int ret;
|
||||||
struct kenwood_priv_data *priv = rig->state.priv;
|
//struct kenwood_priv_data *priv = rig->state.priv;
|
||||||
strcpy(priv->verify_cmd, "ID\r");
|
// this is already done in kenwood_init
|
||||||
|
//strcpy(priv->verify_cmd, "ID\r");
|
||||||
|
|
||||||
ret = kenwood_transaction(rig, "", NULL, 0);
|
//ret = kenwood_transaction(rig, "", NULL, 0);
|
||||||
|
|
||||||
return ret;
|
return RIG_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1642,9 +1643,9 @@ const struct rig_caps thd74_caps =
|
||||||
RIG_MODEL(RIG_MODEL_THD74),
|
RIG_MODEL(RIG_MODEL_THD74),
|
||||||
.model_name = "TH-D74",
|
.model_name = "TH-D74",
|
||||||
.mfg_name = "Kenwood",
|
.mfg_name = "Kenwood",
|
||||||
.version = BACKEND_VER ".0",
|
.version = BACKEND_VER ".1",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_ALPHA,
|
.status = RIG_STATUS_BETA,
|
||||||
.rig_type = RIG_TYPE_HANDHELD | RIG_FLAG_APRS | RIG_FLAG_TNC | RIG_FLAG_DXCLUSTER,
|
.rig_type = RIG_TYPE_HANDHELD | RIG_FLAG_APRS | RIG_FLAG_TNC | RIG_FLAG_DXCLUSTER,
|
||||||
.ptt_type = RIG_PTT_RIG,
|
.ptt_type = RIG_PTT_RIG,
|
||||||
.dcd_type = RIG_DCD_RIG,
|
.dcd_type = RIG_DCD_RIG,
|
||||||
|
|
Ładowanie…
Reference in New Issue