Add set_mode_with_data and get_mode_with_data to Xiegu G90

pull/1161/head
Mike Black W9MDB 2022-11-21 11:21:58 -06:00
rodzic e3a1d8c96c
commit 508eef31f9
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -508,7 +508,7 @@ const struct rig_caps g90_caps =
RIG_MODEL(RIG_MODEL_G90),
.model_name = "G90",
.mfg_name = "Xiegu",
.version = BACKEND_VER ".2",
.version = BACKEND_VER ".3",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,
@ -636,8 +636,8 @@ const struct rig_caps g90_caps =
.set_freq = icom_set_freq,
.get_freq = icom_get_freq,
.set_mode = icom_set_mode,
.get_mode = icom_get_mode,
.set_mode = icom_set_mode_with_data,
.get_mode = icom_get_mode_with_data,
.set_vfo = icom_set_vfo,
.set_ant = NULL, /*automatically set by rig depending band */
.get_ant = NULL,