Add 300ms delay to SPID rotators

https://github.com/Hamlib/Hamlib/issues/834
pull/846/head
Mike Black W9MDB 2021-10-23 13:27:01 -05:00
rodzic f5abd7a176
commit 468c5d2c03
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -453,7 +453,7 @@ const struct rot_caps spid_rot1prog_rot_caps =
ROT_MODEL(ROT_MODEL_SPID_ROT1PROG),
.model_name = "Rot1Prog",
.mfg_name = "SPID",
.version = "20191208.0",
.version = "20211023.0",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rot_type = ROT_TYPE_AZIMUTH,
@ -465,7 +465,7 @@ const struct rot_caps spid_rot1prog_rot_caps =
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_NONE,
.write_delay = 0,
.post_write_delay = 0,
.post_write_delay = 300,
.timeout = 400,
.retry = 3,
@ -490,7 +490,7 @@ const struct rot_caps spid_rot2prog_rot_caps =
ROT_MODEL(ROT_MODEL_SPID_ROT2PROG),
.model_name = "Rot2Prog",
.mfg_name = "SPID",
.version = "20191208.0",
.version = "20211023.0",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rot_type = ROT_TYPE_AZEL,
@ -502,7 +502,7 @@ const struct rot_caps spid_rot2prog_rot_caps =
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_NONE,
.write_delay = 0,
.post_write_delay = 0,
.post_write_delay = 300,
.timeout = 400,
.retry = 3,
@ -527,7 +527,7 @@ const struct rot_caps spid_md01_rot2prog_rot_caps =
ROT_MODEL(ROT_MODEL_SPID_MD01_ROT2PROG),
.model_name = "MD-01/02 (ROT2 mode)",
.mfg_name = "SPID",
.version = "20191208.0",
.version = "20211023.0",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rot_type = ROT_TYPE_AZEL,
@ -539,7 +539,7 @@ const struct rot_caps spid_md01_rot2prog_rot_caps =
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_NONE,
.write_delay = 0,
.post_write_delay = 0,
.post_write_delay = 300,
.timeout = 400,
.retry = 3,