Michael Black W9MDB 2021-03-01 17:02:02 -06:00
rodzic 2e56014426
commit 260c74653e
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -951,6 +951,11 @@ int k3_get_mode(RIG *rig, vfo_t vfo, rmode_t *mode, pbwidth_t *width)
return -RIG_EINVAL;
}
if (vfo == RIG_VFO_CURR)
{
vfo = rig->state.current_vfo;
}
err = kenwood_get_mode(rig, vfo, &temp_m, &temp_w);
if (err != RIG_OK)