Add FT_DX101D as another rig that can't get freq during PTT

https://github.com/Hamlib/Hamlib/issues/279
pull/290/head
Michael Black W9MDB 2020-06-03 16:58:42 -05:00
rodzic 653d7d1030
commit a8e5a66ffd
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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);

Wyświetl plik

@ -31,7 +31,7 @@
#include <sys/time.h>
#endif
#define BACKEND_VER "20200601"
#define BACKEND_VER "20200603"
/*
* defines used by comp_cal_str in rig.c