Update icom version and add some debug

pull/149/head
Michael Black 2019-12-01 09:36:21 -06:00
rodzic 1ceae3a3f3
commit 1e7e085263
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
3 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -407,7 +407,7 @@ const struct rig_caps ic9700_caps =
.rig_model = RIG_MODEL_IC9700,
.model_name = "IC-9700",
.mfg_name = "Icom",
.version = BACKEND_VER ".2",
.version = BACKEND_VER ".3",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,

Wyświetl plik

@ -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
&& 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);
if (retval != RIG_OK)

Wyświetl plik

@ -30,7 +30,7 @@
#include <sys/time.h>
#endif
#define BACKEND_VER "0.12"
#define BACKEND_VER "0.13"
/*
* defines used by comp_cal_str in rig.c