Add second pocsag proc for experimenting (#1428)

This commit is contained in:
Kyle Reed
2023-08-30 23:05:49 -07:00
committed by GitHub
parent 900086c1c9
commit 5d602ece5c
10 changed files with 820 additions and 30 deletions

View File

@@ -444,6 +444,13 @@ set(MODE_CPPSRC
)
DeclareTargets(PPOC pocsag)
### POCSAG2 RX
set(MODE_CPPSRC
proc_pocsag2.cpp
)
DeclareTargets(PPOC pocsag2)
### RDS
set(MODE_CPPSRC