[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. v4.0rc1-75-g331d9773
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-08-21 13:07:34
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 331d9773b05215b998364d72217c95941ffdd392 (commit) from bc1e0cc678b67a487dc1054e9720cf29e3ded43a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 331d9773b05215b998364d72217c95941ffdd392 Author: Michael Black W9MDB <mdb...@ya...> Date: Fri Aug 21 08:05:39 2020 -0500 Add minimal WRITE_DELAY to ft817 https://github.com/csete/gpredict/issues/227 diff --git a/rigs/yaesu/ft817.c b/rigs/yaesu/ft817.c index 2f950c1c..97b7586e 100644 --- a/rigs/yaesu/ft817.c +++ b/rigs/yaesu/ft817.c @@ -164,7 +164,7 @@ const struct rig_caps ft817_caps = RIG_MODEL(RIG_MODEL_FT817), .model_name = "FT-817", .mfg_name = "Yaesu", - .version = "20200710.0", + .version = "20200821.0", .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, diff --git a/rigs/yaesu/ft817.h b/rigs/yaesu/ft817.h index aaaf293a..30b3314b 100644 --- a/rigs/yaesu/ft817.h +++ b/rigs/yaesu/ft817.h @@ -33,7 +33,7 @@ /* * No need to wait between written characters. */ -#define FT817_WRITE_DELAY 0 +#define FT817_WRITE_DELAY 1 /* * Wait 'delay' milliseconds after writing a command sequence. ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/ft817.c | 2 +- rigs/yaesu/ft817.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |