kopia lustrzana https://github.com/Hamlib/Hamlib
Update timing in nrd535.c based on testing thanks to markjfine
rodzic
02312ef322
commit
e3ac42a6b6
|
@ -96,7 +96,7 @@ const struct rig_caps nrd535_caps =
|
||||||
RIG_MODEL(RIG_MODEL_NRD535),
|
RIG_MODEL(RIG_MODEL_NRD535),
|
||||||
.model_name = "NRD-535D",
|
.model_name = "NRD-535D",
|
||||||
.mfg_name = "JRC",
|
.mfg_name = "JRC",
|
||||||
.version = BACKEND_VER ".0",
|
.version = BACKEND_VER ".1",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_STABLE,
|
.status = RIG_STATUS_STABLE,
|
||||||
.rig_type = RIG_TYPE_RECEIVER,
|
.rig_type = RIG_TYPE_RECEIVER,
|
||||||
|
@ -110,8 +110,8 @@ const struct rig_caps nrd535_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 = 20,
|
.post_write_delay = 21,
|
||||||
.timeout = 200,
|
.timeout = 250,
|
||||||
.retry = 3,
|
.retry = 3,
|
||||||
|
|
||||||
.has_get_func = NRD535_FUNC,
|
.has_get_func = NRD535_FUNC,
|
||||||
|
|
Ładowanie…
Reference in New Issue