diff options
author | jcorgan | 2009-01-05 18:59:27 +0000 |
---|---|---|
committer | jcorgan | 2009-01-05 18:59:27 +0000 |
commit | 1fc72526b45810f5a22a08479657d96c47b3290f (patch) | |
tree | aaf52b5f785c6dbc2fb0da1e48661e02e49a4e1c | |
parent | 54625297142c1ed5ac4665d48ae6dea997b7b7eb (diff) | |
download | gnuradio-1fc72526b45810f5a22a08479657d96c47b3290f.tar.gz gnuradio-1fc72526b45810f5a22a08479657d96c47b3290f.tar.bz2 gnuradio-1fc72526b45810f5a22a08479657d96c47b3290f.zip |
Update configuration file to not use inline comments
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10194 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | gr-wxgui/gr-wxgui.conf | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gr-wxgui/gr-wxgui.conf b/gr-wxgui/gr-wxgui.conf index 6dcc54d2c..da458238f 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 |