Move APRS receiver to external app

This commit is contained in:
Belousov Oleg
2026-07-27 21:27:28 +03:00
parent 4a836aef86
commit 8adb3c2428
8 changed files with 85 additions and 9 deletions
+5
View File
@@ -399,6 +399,10 @@ set(EXTCPPSRC
external/ais_rx/main.cpp
external/ais_rx/ais_app.cpp
#aprs rx
external/aprs_rx/main.cpp
external/aprs_rx/ui_aprs_rx.cpp
)
set(EXTAPPLIST
@@ -495,6 +499,7 @@ set(EXTAPPLIST
tetra_rx
adsbrx
ais_rx
aprs_rx
)
# sdusb has type conflicts with PRALINE (HackRF Pro) - add only for non-PRALINE builds