kopia lustrzana https://github.com/Hamlib/Hamlib
Increase pegasus timeout and retry
rodzic
10f3a13238
commit
6ae564a1ec
|
@ -69,9 +69,9 @@ const struct rig_caps tt550_caps = {
|
||||||
.rig_model = RIG_MODEL_TT550,
|
.rig_model = RIG_MODEL_TT550,
|
||||||
.model_name = "TT-550",
|
.model_name = "TT-550",
|
||||||
.mfg_name = "Ten-Tec",
|
.mfg_name = "Ten-Tec",
|
||||||
.version = "0.2",
|
.version = "0.3",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_BETA,
|
.status = RIG_STATUS_STABLE,
|
||||||
.rig_type = RIG_TYPE_COMPUTER,
|
.rig_type = RIG_TYPE_COMPUTER,
|
||||||
.ptt_type = RIG_PTT_RIG,
|
.ptt_type = RIG_PTT_RIG,
|
||||||
.dcd_type = RIG_DCD_NONE,
|
.dcd_type = RIG_DCD_NONE,
|
||||||
|
@ -84,8 +84,8 @@ const struct rig_caps tt550_caps = {
|
||||||
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
|
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
|
||||||
.write_delay = 0,
|
.write_delay = 0,
|
||||||
.post_write_delay = 0,
|
.post_write_delay = 0,
|
||||||
.timeout = 30,
|
.timeout = 100,
|
||||||
.retry = 3,
|
.retry = 4,
|
||||||
|
|
||||||
.has_get_func = TT550_FUNCS,
|
.has_get_func = TT550_FUNCS,
|
||||||
.has_set_func = TT550_FUNCS,
|
.has_set_func = TT550_FUNCS,
|
||||||
|
|
Ładowanie…
Reference in New Issue