kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
072cd6107f
commit
20fc303686
|
@ -1700,12 +1700,13 @@ int icom_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* IC-731 and IC-735 don't support passband data */
|
/* IC-731, IC-735, IC-7000 don't support passband data */
|
||||||
/* IC-726 & IC-475A/E also limited support - only on CW */
|
/* IC-726 & IC-475A/E also limited support - only on CW */
|
||||||
/* TODO: G4WJS CW wide/narrow are possible with above two radios */
|
/* TODO: G4WJS CW wide/narrow are possible with above two radios */
|
||||||
if (priv->civ_731_mode || rig->caps->rig_model == RIG_MODEL_OS456
|
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_IC726
|
||||||
|| rig->caps->rig_model == RIG_MODEL_IC475)
|
|| rig->caps->rig_model == RIG_MODEL_IC475
|
||||||
|
|| rig->caps->rig_model == RIG_MODEL_IC7000)
|
||||||
{
|
{
|
||||||
icmode_ext = -1;
|
icmode_ext = -1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BACKEND_VER "20201018"
|
#define BACKEND_VER "20201103"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* defines used by comp_cal_str in rig.c
|
* defines used by comp_cal_str in rig.c
|
||||||
|
|
Ładowanie…
Reference in New Issue