Update timing in nrd535.c based on testing thanks to markjfine

pull/1215/head
Mike Black W9MDB 2023-01-07 22:17:24 -06:00
rodzic 02312ef322
commit e3ac42a6b6
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -96,7 +96,7 @@ const struct rig_caps nrd535_caps =
RIG_MODEL(RIG_MODEL_NRD535),
.model_name = "NRD-535D",
.mfg_name = "JRC",
.version = BACKEND_VER ".0",
.version = BACKEND_VER ".1",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_RECEIVER,
@ -110,8 +110,8 @@ const struct rig_caps nrd535_caps =
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_NONE,
.write_delay = 0,
.post_write_delay = 20,
.timeout = 200,
.post_write_delay = 21,
.timeout = 250,
.retry = 3,
.has_get_func = NRD535_FUNC,