kopia lustrzana https://github.com/Hamlib/Hamlib
Fix get_mode for ts50s.c to use IF
rodzic
9cf84c21b0
commit
f9c9001d6c
|
@ -53,9 +53,9 @@ const struct rig_caps ts50s_caps = {
|
||||||
.rig_model = RIG_MODEL_TS50,
|
.rig_model = RIG_MODEL_TS50,
|
||||||
.model_name = "TS-50S",
|
.model_name = "TS-50S",
|
||||||
.mfg_name = "Kenwood",
|
.mfg_name = "Kenwood",
|
||||||
.version = BACKEND_VER,
|
.version = BACKEND_VER".1",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_UNTESTED,
|
.status = RIG_STATUS_ALPHA,
|
||||||
.rig_type = RIG_TYPE_MOBILE,
|
.rig_type = RIG_TYPE_MOBILE,
|
||||||
.ptt_type = RIG_PTT_RIG,
|
.ptt_type = RIG_PTT_RIG,
|
||||||
.dcd_type = RIG_DCD_RIG,
|
.dcd_type = RIG_DCD_RIG,
|
||||||
|
@ -63,7 +63,7 @@ const struct rig_caps ts50s_caps = {
|
||||||
.serial_rate_min = 1200,
|
.serial_rate_min = 1200,
|
||||||
.serial_rate_max = 57600,
|
.serial_rate_max = 57600,
|
||||||
.serial_data_bits = 8,
|
.serial_data_bits = 8,
|
||||||
.serial_stop_bits = 1,
|
.serial_stop_bits = 2,
|
||||||
.serial_parity = RIG_PARITY_NONE,
|
.serial_parity = RIG_PARITY_NONE,
|
||||||
.serial_handshake = RIG_HANDSHAKE_NONE,
|
.serial_handshake = RIG_HANDSHAKE_NONE,
|
||||||
.write_delay = 0,
|
.write_delay = 0,
|
||||||
|
@ -182,7 +182,7 @@ const struct rig_caps ts50s_caps = {
|
||||||
.set_xit = kenwood_set_xit,
|
.set_xit = kenwood_set_xit,
|
||||||
.get_xit = kenwood_get_xit,
|
.get_xit = kenwood_get_xit,
|
||||||
.set_mode = kenwood_set_mode,
|
.set_mode = kenwood_set_mode,
|
||||||
.get_mode = kenwood_get_mode,
|
.get_mode = kenwood_get_mode_if,
|
||||||
.set_vfo = kenwood_set_vfo,
|
.set_vfo = kenwood_set_vfo,
|
||||||
.get_vfo = kenwood_get_vfo_if,
|
.get_vfo = kenwood_get_vfo_if,
|
||||||
.set_split_vfo = kenwood_set_split,
|
.set_split_vfo = kenwood_set_split,
|
||||||
|
|
Ładowanie…
Reference in New Issue