kopia lustrzana https://github.com/Hamlib/Hamlib
Add IC-910 to the Icom rigs that don't use the filter byte
https://github.com/Hamlib/Hamlib/issues/929pull/936/head
rodzic
3385a5f37b
commit
2422de0951
|
@ -2258,12 +2258,13 @@ int icom_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
|
|||
rig_debug(RIG_DEBUG_VERBOSE, "%s: icmode=%d, icmode_ext=%d\n", __func__, icmode,
|
||||
icmode_ext);
|
||||
|
||||
/* IC-731, IC-735, IC-7000 don't support passband data */
|
||||
/* IC-731, IC-726, IC-735, IC-910, IC-7000 don't support passband data */
|
||||
/* IC-726 & IC-475A/E also limited support - only on CW */
|
||||
/* TODO: G4WJS CW wide/narrow are possible with above two radios */
|
||||
if (priv->civ_731_mode || rig->caps->rig_model == RIG_MODEL_OS456
|
||||
|| rig->caps->rig_model == RIG_MODEL_IC726
|
||||
|| rig->caps->rig_model == RIG_MODEL_IC475
|
||||
|| rig->caps->rig_model == RIG_MODEL_IC910
|
||||
|| rig->caps->rig_model == RIG_MODEL_IC7000)
|
||||
{
|
||||
icmode_ext = -1;
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#define BACKEND_VER "20220105"
|
||||
#define BACKEND_VER "20220116"
|
||||
|
||||
#define ICOM_IS_SECONDARY_VFO(vfo) ((vfo) & (RIG_VFO_B | RIG_VFO_SUB | RIG_VFO_SUB_B | RIG_VFO_MAIN_B))
|
||||
#define ICOM_GET_VFO_NUMBER(vfo) (ICOM_IS_SECONDARY_VFO(vfo) ? 0x01 : 0x00)
|
||||
|
|
Ładowanie…
Reference in New Issue