Fixed the issues #3280

This commit is contained in:
Belousov Oleg
2026-07-30 15:21:47 +03:00
parent 0958939526
commit a109611bf4
2 changed files with 5 additions and 4 deletions
@@ -54,9 +54,9 @@ bool FilteredSpectrumCollector::feed(
if (is_streaming()) {
capture_ready_ = true;
EventDispatcher::events_flag(EVT_MASK_SPECTRUM);
} else {
} else {
capture_ready_ = false;
}
}
return true;
}
return false;