[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 29f56de41d0c9e9a6c34e
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-12-31 15:52:38
|
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 29f56de41d0c9e9a6c34e73ec236851f0f353a9e (commit) from 77bd4e2322be269a03adad9a4513d61bcb14874a (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 29f56de41d0c9e9a6c34e73ec236851f0f353a9e Author: Michael Black W9MDB <mdb...@ya...> Date: Thu Dec 31 09:52:07 2020 -0600 Fix flrig STRENGTH call diff --git a/rigs/dummy/flrig.c b/rigs/dummy/flrig.c index 3224e59a..539d3b25 100644 --- a/rigs/dummy/flrig.c +++ b/rigs/dummy/flrig.c @@ -1944,7 +1944,7 @@ static int flrig_get_level(RIG *rig, vfo_t vfo, setting_t level, value_t *val) case RIG_LEVEL_MICGAIN: cmd = "rig.get_micgain"; break; - case RIG_LEVEL_STRENGTH: cmd = "rig.get_power"; break; + case RIG_LEVEL_STRENGTH: cmd = "rig.get_smeter"; break; case RIG_LEVEL_RFPOWER_METER_WATTS: case RIG_LEVEL_RFPOWER_METER: cmd = "rig.get_pwrmeter"; break; ----------------------------------------------------------------------- Summary of changes: rigs/dummy/flrig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |