Fix powerstat loop for icom

pull/155/head
Michael Black 2019-12-19 12:41:06 -06:00
rodzic 285d73966b
commit c108284c55
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4524,7 +4524,7 @@ int icom_set_powerstat(RIG *rig, powerstat_t status)
freq_t freq;
sleep(1);
// Use get_freq as all rigs should repond to this
retval = rig_get_freq(rig, RIG_VFO_A, &freq);
retval = rig_get_freq(rig, RIG_VFO_CURR, &freq);
if (retval == RIG_OK) { return retval; }
else { rig_debug(RIG_DEBUG_TRACE, "%s: get_freq err=%s\n", __func__, rigerror(retval));}