kopia lustrzana https://github.com/Hamlib/Hamlib
Change TS-440 post_write_delay to 20ms vs 0ms
QRPLabs QDX is workign with TS-480 but not TS-440 and this is one of the differences between the two rigs https://github.com/Hamlib/Hamlib/issues/937pull/943/head
rodzic
c45c088f49
commit
191ac98634
|
@ -62,7 +62,7 @@ const struct rig_caps ts440_caps =
|
||||||
RIG_MODEL(RIG_MODEL_TS440),
|
RIG_MODEL(RIG_MODEL_TS440),
|
||||||
.model_name = "TS-440S",
|
.model_name = "TS-440S",
|
||||||
.mfg_name = "Kenwood",
|
.mfg_name = "Kenwood",
|
||||||
.version = IC10_VER ".0",
|
.version = IC10_VER ".1",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_STABLE,
|
.status = RIG_STATUS_STABLE,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
|
@ -76,7 +76,7 @@ const struct rig_caps ts440_caps =
|
||||||
.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,
|
||||||
.post_write_delay = 0,
|
.post_write_delay = 20,
|
||||||
.timeout = 200,
|
.timeout = 200,
|
||||||
.retry = 10,
|
.retry = 10,
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue