Move APRS transmitter to external app

This commit is contained in:
Belousov Oleg
2026-07-27 21:31:08 +03:00
parent 8adb3c2428
commit ec495b49f6
8 changed files with 74 additions and 8 deletions
+5
View File
@@ -403,6 +403,10 @@ set(EXTCPPSRC
external/aprs_rx/main.cpp
external/aprs_rx/ui_aprs_rx.cpp
#aprs tx
external/aprs_tx/main.cpp
external/aprs_tx/ui_aprs_tx.cpp
)
set(EXTAPPLIST
@@ -500,6 +504,7 @@ set(EXTAPPLIST
adsbrx
ais_rx
aprs_rx
aprs_tx
)
# sdusb has type conflicts with PRALINE (HackRF Pro) - add only for non-PRALINE builds