Mike Black W9MDB 2022-11-17 14:20:49 -06:00
rodzic 37a40eabf2
commit 3c273c001a
1 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -330,7 +330,7 @@ const struct rig_caps x6100_caps =
RIG_MODEL(RIG_MODEL_X6100), RIG_MODEL(RIG_MODEL_X6100),
.model_name = "X6100", .model_name = "X6100",
.mfg_name = "Xiegu", .mfg_name = "Xiegu",
.version = BACKEND_VER ".3", .version = BACKEND_VER ".4",
.copyright = "LGPL", .copyright = "LGPL",
.status = RIG_STATUS_STABLE, .status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER, .rig_type = RIG_TYPE_TRANSCEIVER,
@ -491,12 +491,12 @@ const struct rig_caps x6100_caps =
.set_dcs_code = icom_set_dcs_code, .set_dcs_code = icom_set_dcs_code,
.get_dcs_code = icom_get_dcs_code, .get_dcs_code = icom_get_dcs_code,
// testing with X6100 showed it rejected the 0x0f 0x01 command // testing with X6100 showed it rejected the 0x0f 0x01 command
//.set_split_freq = x108g_set_split_freq, .set_split_freq = icom_set_split_freq,
//.get_split_freq = icom_get_split_freq, .get_split_freq = icom_get_split_freq,
//.set_split_mode = x108g_set_split_mode, .set_split_mode = icom_set_split_mode,
//.get_split_mode = icom_get_split_mode, .get_split_mode = icom_get_split_mode,
//.set_split_vfo = x108g_set_split_vfo, .set_split_vfo = icom_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