Skip to content

Commit

Permalink
Bug fix in parameter name for Soapy block
Browse files Browse the repository at this point in the history
Signed-off-by: drslebedev <[email protected]>
  • Loading branch information
drslebedev committed Sep 24, 2024
1 parent cbe13b1 commit 2fc2796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/soapy/include/gnuradio-4.0/soapy/Soapy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This block supports multiple output ports and was tested against the 'rtlsdr' an
if (newSettings.contains("rx_antennae")) {
setAntennae();
}
if (newSettings.contains("rx_center_frequency ") || newSettings.contains("sample_rate")) {
if (newSettings.contains("rx_center_frequency") || newSettings.contains("sample_rate")) {
setCenterFrequency();
}
if (newSettings.contains("rx_gains")) {
Expand Down

0 comments on commit 2fc2796

Please sign in to comment.