kopia lustrzana https://github.com/Hamlib/Hamlib
Add set_mode_with_data and get_mode_with_data to Xiegu G90
rodzic
e3a1d8c96c
commit
508eef31f9
|
@ -508,7 +508,7 @@ const struct rig_caps g90_caps =
|
||||||
RIG_MODEL(RIG_MODEL_G90),
|
RIG_MODEL(RIG_MODEL_G90),
|
||||||
.model_name = "G90",
|
.model_name = "G90",
|
||||||
.mfg_name = "Xiegu",
|
.mfg_name = "Xiegu",
|
||||||
.version = BACKEND_VER ".2",
|
.version = BACKEND_VER ".3",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_STABLE,
|
.status = RIG_STATUS_STABLE,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
|
@ -636,8 +636,8 @@ const struct rig_caps g90_caps =
|
||||||
|
|
||||||
.set_freq = icom_set_freq,
|
.set_freq = icom_set_freq,
|
||||||
.get_freq = icom_get_freq,
|
.get_freq = icom_get_freq,
|
||||||
.set_mode = icom_set_mode,
|
.set_mode = icom_set_mode_with_data,
|
||||||
.get_mode = icom_get_mode,
|
.get_mode = icom_get_mode_with_data,
|
||||||
.set_vfo = icom_set_vfo,
|
.set_vfo = icom_set_vfo,
|
||||||
.set_ant = NULL, /*automatically set by rig depending band */
|
.set_ant = NULL, /*automatically set by rig depending band */
|
||||||
.get_ant = NULL,
|
.get_ant = NULL,
|
||||||
|
|
Ładowanie…
Reference in New Issue