mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
Fixed waterfall being cleared for no reason
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
|
||||
protected:
|
||||
static void handler(dsp::complex_t* data, int count, void* ctx);
|
||||
void updateFFTPath();
|
||||
void updateFFTPath(bool updateWaterfall = false);
|
||||
|
||||
static inline double genDCBlockRate(double sampleRate) {
|
||||
return 50.0 / sampleRate;
|
||||
|
||||
Reference in New Issue
Block a user