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/937
pull/943/head
Mike Black W9MDB 2022-01-19 09:09:21 -06:00
rodzic c45c088f49
commit 191ac98634
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -62,7 +62,7 @@ const struct rig_caps ts440_caps =
RIG_MODEL(RIG_MODEL_TS440),
.model_name = "TS-440S",
.mfg_name = "Kenwood",
.version = IC10_VER ".0",
.version = IC10_VER ".1",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,
@ -76,7 +76,7 @@ const struct rig_caps ts440_caps =
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_NONE,
.write_delay = 0,
.post_write_delay = 0,
.post_write_delay = 20,
.timeout = 200,
.retry = 10,