pull/224/head
Michael Black 2020-04-23 16:23:39 -05:00
commit b70cae1943
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