[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 08792f929565552197358
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-01-04 23:42:50
|
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 08792f9295655521973589805e4f9ce6ba7e30a8 (commit) from d6d79de732b6bfbe020f783831ecb5fa9bd392d3 (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 08792f9295655521973589805e4f9ce6ba7e30a8 Author: Michael Black W9MDB <mdb...@ya...> Date: Mon Jan 4 17:36:09 2021 -0600 Change FT897 write_delay to 5ms -- MicroHam seems to need it https://github.com/Hamlib/Hamlib/issues/384 diff --git a/rigs/yaesu/ft897.h b/rigs/yaesu/ft897.h index d28f44e0..9e8c62ed 100644 --- a/rigs/yaesu/ft897.h +++ b/rigs/yaesu/ft897.h @@ -32,7 +32,7 @@ /* * No need to wait between written characters. */ -#define FT897_WRITE_DELAY 0 +#define FT897_WRITE_DELAY 5 /* * Wait 'delay' milliseconds after writing a command sequence. ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/ft897.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |