kopia lustrzana https://github.com/Hamlib/Hamlib
Remove powerstat commands from Xiegu rigs
rodzic
8c172af224
commit
f32af7496d
|
@ -319,8 +319,8 @@ const struct rig_caps x108g_caps =
|
||||||
.get_split_mode = icom_get_split_mode,
|
.get_split_mode = icom_get_split_mode,
|
||||||
.set_split_vfo = x108g_set_split_vfo,
|
.set_split_vfo = x108g_set_split_vfo,
|
||||||
.get_split_vfo = NULL,
|
.get_split_vfo = NULL,
|
||||||
.set_powerstat = icom_set_powerstat,
|
//.set_powerstat = icom_set_powerstat,
|
||||||
.get_powerstat = icom_get_powerstat,
|
//.get_powerstat = icom_get_powerstat,
|
||||||
|
|
||||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||||
};
|
};
|
||||||
|
@ -497,8 +497,8 @@ const struct rig_caps x6100_caps =
|
||||||
//.get_split_mode = icom_get_split_mode,
|
//.get_split_mode = icom_get_split_mode,
|
||||||
//.set_split_vfo = x108g_set_split_vfo,
|
//.set_split_vfo = x108g_set_split_vfo,
|
||||||
//.get_split_vfo = NULL,
|
//.get_split_vfo = NULL,
|
||||||
.set_powerstat = icom_set_powerstat,
|
//.set_powerstat = icom_set_powerstat,
|
||||||
.get_powerstat = icom_get_powerstat,
|
//.get_powerstat = icom_get_powerstat,
|
||||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -673,8 +673,8 @@ const struct rig_caps g90_caps =
|
||||||
//.get_split_mode = icom_get_split_mode,
|
//.get_split_mode = icom_get_split_mode,
|
||||||
//.set_split_vfo = x108g_set_split_vfo,
|
//.set_split_vfo = x108g_set_split_vfo,
|
||||||
//.get_split_vfo = NULL,
|
//.get_split_vfo = NULL,
|
||||||
.set_powerstat = icom_set_powerstat,
|
//.set_powerstat = icom_set_powerstat,
|
||||||
.get_powerstat = icom_get_powerstat,
|
//.get_powerstat = icom_get_powerstat,
|
||||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue