From 9fe52ebe10efbc8b5d2d112eda2baf5351704ba6 Mon Sep 17 00:00:00 2001 From: Michael Black Date: Sun, 19 Jan 2020 10:53:02 -0600 Subject: [PATCH] Increase FT900 POST_WRITE_DELAY to 50ms -- this works faster than using WRITE_DELAY and seems to behave well --- rigs/yaesu/ft900.c | 2 +- rigs/yaesu/ft900.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rigs/yaesu/ft900.c b/rigs/yaesu/ft900.c index 508ae7905..a06913ffd 100644 --- a/rigs/yaesu/ft900.c +++ b/rigs/yaesu/ft900.c @@ -158,7 +158,7 @@ const struct rig_caps ft900_caps = .rig_model = RIG_MODEL_FT900, .model_name = "FT-900", .mfg_name = "Yaesu", - .version = "0.2", + .version = "0.3", .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, diff --git a/rigs/yaesu/ft900.h b/rigs/yaesu/ft900.h index 0c84f3b06..1c37e96ab 100644 --- a/rigs/yaesu/ft900.h +++ b/rigs/yaesu/ft900.h @@ -76,8 +76,7 @@ /* Delay sequential fast writes */ -#define FT900_POST_WRITE_DELAY 5 - +#define FT900_POST_WRITE_DELAY 50 /* Rough safe value for default timeout */