Add APRS Receiving App

This commit is contained in:
East2West
2021-03-07 16:05:23 -06:00
parent de92faf67b
commit f15cf78101
18 changed files with 1722 additions and 16 deletions

View File

@@ -312,6 +312,14 @@ set(MODE_CPPSRC
proc_afskrx.cpp
)
DeclareTargets(PAFR afskrx)
### APRS RX
set(MODE_CPPSRC
proc_aprsrx.cpp
)
DeclareTargets(PAPR aprsrx)
### NRF RX
set(MODE_CPPSRC