Fix icom_get_split_vfo filling in rx_vfo and tx_vfo
icom_get_split_vfo: vfo=currVFO rx_vfo=None tx_vfo=None split=0
pull/224/head
mdblack98 2020-04-23 15:35:29 -05:00
rodzic 8c061acb13
commit a9a604758d
2 zmienionych plików z 2 dodań i 7 usunięć

Wyświetl plik

@ -4651,12 +4651,7 @@ int icom_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo)
rig_get_func(rig, RIG_VFO_CURR, RIG_FUNC_SATMODE, &satmode);
// don't care about retval here...only care about satmode=1
if (satmode)
{
priv->tx_vfo = RIG_VFO_SUB;
priv->rx_vfo = RIG_VFO_MAIN;
}
icom_get_split_vfos(rig, &priv->rx_vfo, &priv->tx_vfo);
*tx_vfo = priv->tx_vfo;
priv->split_on = RIG_SPLIT_ON == *split;

Wyświetl plik

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