[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 98f5e17ed35aa1f1ddb48
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-06-25 21:50:09
|
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 98f5e17ed35aa1f1ddb486eb657c8d795285c516 (commit) from ab7d998e380ca8a072f26225e0ec0bb7e4a5e6a0 (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 98f5e17ed35aa1f1ddb486eb657c8d795285c516 Author: Michael Black W9MDB <mdb...@ya...> Date: Thu Jun 25 16:49:51 2020 -0500 Reduce post write delay for FT991 to 25ms based on user testing diff --git a/rigs/yaesu/ft991.c b/rigs/yaesu/ft991.c index 60d020bf..82acde25 100644 --- a/rigs/yaesu/ft991.c +++ b/rigs/yaesu/ft991.c @@ -56,7 +56,7 @@ const struct rig_caps ft991_caps = RIG_MODEL(RIG_MODEL_FT991), .model_name = "FT-991", .mfg_name = "Yaesu", - .version = NEWCAT_VER ".1", + .version = NEWCAT_VER ".2", .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/ft991.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |