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()) { if (is_streaming()) {
capture_ready_ = true; capture_ready_ = true;
EventDispatcher::events_flag(EVT_MASK_SPECTRUM); EventDispatcher::events_flag(EVT_MASK_SPECTRUM);
} else { } else {
capture_ready_ = false; capture_ready_ = false;
} }
return true; return true;
} }
return false; return false;
+3 -2
View File
@@ -21,7 +21,8 @@
# Boston, MA 02110-1301, USA. # Boston, MA 02110-1301, USA.
# #
# external app address ranges below must match those in linker file "external.ld" # External app address ranges below must match those in linker file "external.ld".
# The end address is exclusive.
maximum_application_size = 32*1024 maximum_application_size = 32*1024
external_apps_address_start = 0xADB00000 external_apps_address_start = 0xADB00000
external_apps_address_end = 0xAE110000 external_apps_address_end = 0xAE108000