aboutsummaryrefslogtreecommitdiffstats
path: root/grc
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-08-01 22:39:24 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-08-01 22:57:36 +0200
commitbb0adf48e5a7443772fd4784e090dab44dc2a4d7 (patch)
tree7ca037eee41c32d5337fc86797ee5a69991f1ed8 /grc
parent3a624df99bb57e33d6080508a1ddf553d1f9aaa6 (diff)
preset default if gain value in GRC to the one used outside of GRC
Diffstat (limited to 'grc')
-rw-r--r--grc/gen_osmosdr_blocks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gen_osmosdr_blocks.py b/grc/gen_osmosdr_blocks.py
index 1bd3eca..5c6f0ce 100644
--- a/grc/gen_osmosdr_blocks.py
+++ b/grc/gen_osmosdr_blocks.py
@@ -202,7 +202,7 @@ PARAMS_TMPL = """
<param>
<name>Ch$(n): IF Gain (dB)</name>
<key>if_gain$(n)</key>
- <value>20</value>
+ <value>24</value>
<type>real</type>
<hide>\#if \$nchan() > $n then 'none' else 'all'#</hide>
</param>