diff options
Diffstat (limited to 'gr-wxgui/gr-wxgui.conf')
-rw-r--r-- | gr-wxgui/gr-wxgui.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gr-wxgui/gr-wxgui.conf b/gr-wxgui/gr-wxgui.conf new file mode 100644 index 000000000..da458238f --- /dev/null +++ b/gr-wxgui/gr-wxgui.conf @@ -0,0 +1,13 @@ +# This file contains system wide configuration data for GNU Radio. +# You may override any setting on a per-user basis by editing +# ~/.gnuradio/config.conf + +[wxgui] +# 'gl', 'nongl', or 'auto' +style = auto + +# fftsink and waterfallsink +fft_rate = 15 + +# scopesink +frame_decim = 1 |