mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 20:07:51 +02: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