Skip to content

Commit

Permalink
Merge pull request #7 from 777arc/patch-1
Browse files Browse the repository at this point in the history
Analog filter is now ON by default, to promote this block working out-of-the-box
  • Loading branch information
ztamosevicius authored Jun 12, 2018
2 parents 6335359 + ad52ec7 commit 38b801f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grc/limesdr_source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
<param>
<name>CH0:Analog filter</name>
<key>analog_filter_ch0</key>
<value>0</value>
<value>1</value>
<type>enum</type>
<hide>
#if $file_switch() == 1
Expand Down Expand Up @@ -453,7 +453,7 @@
<param>
<name>CH1:Analog filter</name>
<key>analog_filter_ch1</key>
<value>0</value>
<value>1</value>
<type>enum</type>
<hide>
#if $chip_mode() == 1
Expand Down

0 comments on commit 38b801f

Please sign in to comment.