[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. eb63b1c9ea2efc5c8517e
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-04-09 22:31:31
|
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 eb63b1c9ea2efc5c8517e5fd7cda04c5ebcfd3eb (commit) from c4e37ef27728ae6d0ff1be9f052242d324140b96 (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 eb63b1c9ea2efc5c8517e5fd7cda04c5ebcfd3eb Author: Mike Black W9MDB <mdb...@ya...> Date: Fri Apr 9 17:30:35 2021 -0500 Enable set_ptt_fast in flrig.c -- Fixed in 1.3.54.17 diff --git a/rigs/dummy/flrig.c b/rigs/dummy/flrig.c index 775a1ad7..2a809d5d 100644 --- a/rigs/dummy/flrig.c +++ b/rigs/dummy/flrig.c @@ -145,7 +145,7 @@ const struct rig_caps flrig_caps = RIG_MODEL(RIG_MODEL_FLRIG), .model_name = "FLRig", .mfg_name = "FLRig", - .version = "20210408", + .version = "20210409"; .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, @@ -852,11 +852,6 @@ static int flrig_open(RIG *rig) value_t val; val.i = 1; // we'll try fast and if it fails turn it off priv->has_set_freq_fast = 1; -#if 0 - priv->has_set_ptt_fast = 1; // they both will be there -#else - priv->has_set_ptt_fast = 0; // Broken in FLRig 1.3.54.14 and before -#endif rig_set_ext_parm(rig, TOK_FLRIG_FAST_SET_FREQ, val); rig_set_ext_parm(rig, TOK_FLRIG_FAST_SET_PTT, val); ----------------------------------------------------------------------- Summary of changes: rigs/dummy/flrig.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |