Skip to content

Commit

Permalink
add 14 MHz BW
Browse files Browse the repository at this point in the history
  • Loading branch information
ericek111 committed Sep 21, 2023
1 parent 73d9aa4 commit ae106fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ std::vector<double> SoapyMiri::listBandwidths(const int direction, const size_t
results.push_back(6000000); // MIRISDR_BW_6MHZ
results.push_back(7000000); // MIRISDR_BW_7MHZ
results.push_back(8000000); // MIRISDR_BW_8MHZ
results.push_back(14000000); // MIRISDR_BW_MAX

return results;
}
Expand Down

0 comments on commit ae106fa

Please sign in to comment.