kopia lustrzana https://github.com/Hamlib/Hamlib
Update icom version and add some debug
rodzic
1ceae3a3f3
commit
1e7e085263
|
@ -407,7 +407,7 @@ const struct rig_caps ic9700_caps =
|
||||||
.rig_model = RIG_MODEL_IC9700,
|
.rig_model = RIG_MODEL_IC9700,
|
||||||
.model_name = "IC-9700",
|
.model_name = "IC-9700",
|
||||||
.mfg_name = "Icom",
|
.mfg_name = "Icom",
|
||||||
.version = BACKEND_VER ".2",
|
.version = BACKEND_VER ".3",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_STABLE,
|
.status = RIG_STATUS_STABLE,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
|
|
|
@ -883,6 +883,8 @@ static int icom_set_it_new(RIG *rig, vfo_t vfo, shortfreq_t ts, int set_xit)
|
||||||
if (rig->caps->has_get_func
|
if (rig->caps->has_get_func
|
||||||
&& RIG_FUNC_XIT) // some rigs don't have XIT like the 9700
|
&& RIG_FUNC_XIT) // some rigs don't have XIT like the 9700
|
||||||
{
|
{
|
||||||
|
rig_debug(RIG_DEBUG_VERBOSE, "%s: rig does not have xit command enabled\n",
|
||||||
|
__func__);
|
||||||
retval = icom_set_func(rig, vfo, RIG_FUNC_XIT, 0);
|
retval = icom_set_func(rig, vfo, RIG_FUNC_XIT, 0);
|
||||||
|
|
||||||
if (retval != RIG_OK)
|
if (retval != RIG_OK)
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BACKEND_VER "0.12"
|
#define BACKEND_VER "0.13"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* defines used by comp_cal_str in rig.c
|
* defines used by comp_cal_str in rig.c
|
||||||
|
|
Ładowanie…
Reference in New Issue