Externalize scanner (#2589)

* externalize scanner
* NFM as main baseband as it's the biggest used one
* fix modulation bug introduced with AMFM
This commit is contained in:
gullradriel
2025-03-26 10:42:24 +01:00
committed by GitHub
parent 37cc35d3c6
commit 7754c0f37f
5 changed files with 77 additions and 11 deletions
+5
View File
@@ -192,6 +192,10 @@ set(EXTCPPSRC
external/doom/main.cpp
external/doom/ui_doom.cpp
#scanner
external/scanner/main.cpp
external/scanner/ui_scanner.cpp
#debug_pmem
external/debug_pmem/main.cpp
external/debug_pmem/ui_debug_pmem.cpp
@@ -246,4 +250,5 @@ set(EXTAPPLIST
breakout
doom
debug_pmem
scanner
)