Skip to content

Commit

Permalink
panoramic: slower rtt for rtlsdr
Browse files Browse the repository at this point in the history
Gives much cleaner results with more time
  • Loading branch information
sultanqasim committed Aug 24, 2023
1 parent 9aa38e9 commit 3c30d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/PanoramicDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ unsigned int
PanoramicDialog::preferredRttMs(Suscan::Source::Device const &dev)
{
if (dev.getDriver() == "rtlsdr")
return 60;
return 75;
else if (dev.getDriver() == "airspy")
return 16;
else if (dev.getDriver() == "hackrf")
Expand Down

0 comments on commit 3c30d96

Please sign in to comment.