Move ADS-B receiver to external app

This commit is contained in:
Belousov Oleg
2026-07-27 21:18:01 +03:00
parent ccf093b5d5
commit 838a8de5d0
8 changed files with 86 additions and 11 deletions
+5 -1
View File
@@ -391,6 +391,10 @@ set(EXTCPPSRC
external/tetra_rx/tetra_rcpc.cpp
external/tetra_rx/tetra_viterbi.cpp
#adsb rx
external/adsbrx/main.cpp
external/adsbrx/ui_adsb_rx.cpp
)
set(EXTAPPLIST
@@ -485,6 +489,7 @@ set(EXTAPPLIST
secplustx
signal_hunter
tetra_rx
adsbrx
)
# sdusb has type conflicts with PRALINE (HackRF Pro) - add only for non-PRALINE builds
@@ -495,4 +500,3 @@ if(NOT BOARD STREQUAL "PRALINE")
)
list(APPEND EXTAPPLIST sdusb)
endif()