Fixed waterfall being cleared for no reason

This commit is contained in:
AlexandreRouma
2022-07-08 16:02:50 +02:00
parent 96f5b37f76
commit 3ab8badb6a
2 changed files with 4 additions and 4 deletions

View File

@@ -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;