From 1fc72526b45810f5a22a08479657d96c47b3290f Mon Sep 17 00:00:00 2001 From: jcorgan Date: Mon, 5 Jan 2009 18:59:27 +0000 Subject: [PATCH] Update configuration file to not use inline comments git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10194 221aa14e-8319-0410-a670-987f0aec2ac5 --- gr-wxgui/gr-wxgui.conf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gr-wxgui/gr-wxgui.conf b/gr-wxgui/gr-wxgui.conf index 6dcc54d2..da458238 100644 --- a/gr-wxgui/gr-wxgui.conf +++ b/gr-wxgui/gr-wxgui.conf @@ -3,6 +3,11 @@ # ~/.gnuradio/config.conf [wxgui] -style = auto # 'gl', 'nongl', or 'auto' -fft_rate = 15 # fftsink and waterfallsink -frame_decim = 1 # scopesink +# 'gl', 'nongl', or 'auto' +style = auto + +# fftsink and waterfallsink +fft_rate = 15 + +# scopesink +frame_decim = 1 -- 2.30.2