summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrepeater/src/python/scope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repeater/src/python/scope.py b/repeater/src/python/scope.py
index 5638236..2e43c5e 100755
--- a/repeater/src/python/scope.py
+++ b/repeater/src/python/scope.py
@@ -189,7 +189,7 @@ class p25_rx_block (stdgui2.std_top_block):
self.sink_s = repeater.p25_frame_assembler(self.options.wireshark_host, udp_port, self.options.verbosity, 0, 0, 0, msgq)
if self.baseband_input:
- gain = 50.0
+ gain = self.options.gain
else:
gain = 1.0
self.baseband_amp = gr.multiply_const_ff(gain)