[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. b263ea1697ec6af19ffae
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-12-17 22:58:40
|
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 b263ea1697ec6af19ffae763ec38797555ef72f3 (commit) from 29c57bc5a7d8caa2a2c8d2a39f75e98accd34232 (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 b263ea1697ec6af19ffae763ec38797555ef72f3 Author: Michael Black W9MDB <mdb...@ya...> Date: Thu Dec 17 16:58:21 2020 -0600 Fix default powermeter_scale in flrig.c diff --git a/rigs/dummy/flrig.c b/rigs/dummy/flrig.c index 668fd5ef..5dc4f823 100644 --- a/rigs/dummy/flrig.c +++ b/rigs/dummy/flrig.c @@ -742,7 +742,7 @@ static int flrig_open(RIG *rig) if (retval != RIG_OK) { return retval; } - priv->powermeter_scale = 100; // default + priv->powermeter_scale = 1; // default if (strlen(value) > 0) { ----------------------------------------------------------------------- Summary of changes: rigs/dummy/flrig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |