Fixed SNR not updating when waterfall is hidden

This commit is contained in:
Ryzerth
2021-06-29 03:32:40 +02:00
parent aaa15315ce
commit 8a1df1d712
2 changed files with 5 additions and 7 deletions

View File

@ -165,7 +165,7 @@ namespace ImGui {
void updateWaterfallFb();
void updateWaterfallTexture();
void updateAllVFOs(bool checkRedrawRequired = false);
bool calculateVFOSignalInfo(WaterfallVFO* vfo, float& strength, float& snr);
bool calculateVFOSignalInfo(float* fftLine, WaterfallVFO* vfo, float& strength, float& snr);
bool waterfallUpdate = false;