mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-15 10:19:58 +02:00
Changed the default NFM snap interval
This commit is contained in:
@@ -172,7 +172,7 @@ private:
|
||||
const float bbSampRate = 50000;
|
||||
|
||||
std::string uiPrefix;
|
||||
float snapInterval = 10000;
|
||||
float snapInterval = 2500;
|
||||
float audioSampRate = 48000;
|
||||
float bw = 50000;
|
||||
bool running = false;
|
||||
|
Reference in New Issue
Block a user