diff --git a/rigs/icom/icom.c b/rigs/icom/icom.c index 65ca20ee1..b757a7771 100644 --- a/rigs/icom/icom.c +++ b/rigs/icom/icom.c @@ -1057,7 +1057,7 @@ int icom_get_freq(RIG *rig, vfo_t vfo, freq_t *freq) rs = &rig->state; priv = (struct icom_priv_data *) rs->priv; - if (rig->caps->rig_model == RIG_MODEL_IC910) + if (rig->caps->rig_model == RIG_MODEL_IC910 || rig->caps->rig_model == RIG_MODEL_FTDX101D) { ptt_t ptt; retval = rig_get_ptt(rig, RIG_VFO_CURR, &ptt); diff --git a/rigs/icom/icom.h b/rigs/icom/icom.h index 6c4dd84c8..8407cd69d 100644 --- a/rigs/icom/icom.h +++ b/rigs/icom/icom.h @@ -31,7 +31,7 @@ #include #endif -#define BACKEND_VER "20200601" +#define BACKEND_VER "20200603" /* * defines used by comp_cal_str in rig.c