mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-11-24 12:31:37 +01:00
Bugfix + added M17 decoder to the linux CI
This commit is contained in:
@@ -1245,6 +1245,9 @@ namespace ImGui {
|
||||
|
||||
void WaterFall::showWaterfall() {
|
||||
buf_mtx.lock();
|
||||
if (rawFFTs == NULL) {
|
||||
spdlog::error("Null rawFFT");
|
||||
}
|
||||
waterfallVisible = true;
|
||||
onResize();
|
||||
memset(rawFFTs, 0, waterfallHeight * rawFFTSize * sizeof(float));
|
||||
|
||||
Reference in New Issue
Block a user