From 230356bcaa6f4ef87b3ed32b50fd644de46b120e Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Tue, 18 Jun 2013 15:50:06 -0700 Subject: [PATCH] Derp bug in hacked Jawbreaker gain. --- python/radio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/radio.py b/python/radio.py index 172e7b9..2a024d6 100644 --- a/python/radio.py +++ b/python/radio.py @@ -181,7 +181,7 @@ class modes_radio (gr.top_block, pubsub): self._u.set_gain(40, "IF", 0) #self._u.set_gain(14, "BB", 0) ###DO NOT COMMIT - self._u.set_gain(options.gain) +# self._u.set_gain(options.gain) print "Gain is %i" % self._u.get_gain() #Note: this should only come into play if using an RTLSDR.