kopia lustrzana https://github.com/Hamlib/Hamlib
Fix default powermeter_scale in flrig.c
rodzic
29c57bc5a7
commit
b263ea1697
|
@ -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)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue