Initialize rig->state.targetable_vfo

pull/1322/head
Mike Black W9MDB 2023-06-27 22:58:56 -05:00
rodzic f3cab55c4f
commit 4171598eaf
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -658,6 +658,7 @@ RIG *HAMLIB_API rig_init(rig_model_t rig_model)
rs->lo_freq = 0;
rs->cache.timeout_ms = 500; // 500ms cache timeout by default
rs->cache.ptt = 0;
rs->targetable_vfo = rig->caps->targetable_vfo;
// We are using range_list1 as the default
// Eventually we will have separate model number for different rig variations