kopia lustrzana https://github.com/Hamlib/Hamlib
In icom.c init() set priv->filter to RIG_PASSBAND_NOCHANGE to fix set_mode rigs with 2-byte cmds
https://github.com/Hamlib/Hamlib/issues/490pull/494/head
rodzic
e9d6d751f2
commit
02c0854434
|
@ -655,6 +655,7 @@ icom_init(RIG *rig)
|
||||||
priv->tx_vfo = RIG_VFO_NONE;
|
priv->tx_vfo = RIG_VFO_NONE;
|
||||||
priv->rx_vfo = RIG_VFO_NONE;
|
priv->rx_vfo = RIG_VFO_NONE;
|
||||||
rig->state.current_vfo = RIG_VFO_NONE;
|
rig->state.current_vfo = RIG_VFO_NONE;
|
||||||
|
priv->filter = RIG_PASSBAND_NOCHANGE;
|
||||||
|
|
||||||
rig_debug(RIG_DEBUG_TRACE, "%s: done\n", __func__);
|
rig_debug(RIG_DEBUG_TRACE, "%s: done\n", __func__);
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BACKEND_VER "20201219"
|
#define BACKEND_VER "20210106"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* defines used by comp_cal_str in rig.c
|
* defines used by comp_cal_str in rig.c
|
||||||
|
|
Ładowanie…
Reference in New Issue