diff --git a/rigs/icom/icom.c b/rigs/icom/icom.c index a63f06028..50f0bab9a 100644 --- a/rigs/icom/icom.c +++ b/rigs/icom/icom.c @@ -1119,7 +1119,7 @@ int icom_get_freq(RIG *rig, vfo_t vfo, freq_t *freq) cmd = C_RD_FREQ; subcmd = -1; - if (vfo == RIG_VFO_MEM && priv->civ_731_mode) + if (vfo == RIG_VFO_MEM && (priv->civ_731_mode || rig->caps->rig_model == RIG_MODEL_IC706)) { rig_debug(RIG_DEBUG_TRACE, "%s: VFO=MEM so turning off civ_731\n", __func__); civ_731_mode = 1; diff --git a/rigs/icom/icom.h b/rigs/icom/icom.h index cf6bb011a..f7ac01fe8 100644 --- a/rigs/icom/icom.h +++ b/rigs/icom/icom.h @@ -30,7 +30,7 @@ #include #endif -#define BACKEND_VER "20210217" +#define BACKEND_VER "20210223" /* * defines used by comp_cal_str in rig.c