Skip to content

Commit

Permalink
Add Airspy HF+ sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Aug 18, 2017
1 parent 7c3068c commit 6726510
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/news.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2.7: TBD...

NEW: Airspy HF+ integration.
NEW: PlutoSDR integration.
NEW: Restore filter low cut and high cut between sessions.
NEW: Restore FM parameters between sessions.
Expand Down
4 changes: 4 additions & 0 deletions src/qtgui/ioconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,10 @@ void CIoConfig::updateInputSampleRates(int rate)
ui->inSrCombo->addItem("6000000");
ui->inSrCombo->addItem("10000000");
}
else if (ui->inDevEdit->text().contains("airspyhf"))
{
ui->inSrCombo->addItem("768000");
}
else if (ui->inDevEdit->text().contains("redpitaya"))
{
ui->inSrCombo->addItem("20000");
Expand Down

0 comments on commit 6726510

Please sign in to comment.