Rtty tx and rx (#2977)

This commit is contained in:
Totoo
2026-02-16 14:34:55 +01:00
committed by GitHub
parent 95eafeb812
commit 794daf5257
21 changed files with 1809 additions and 1 deletions
+16
View File
@@ -674,6 +674,22 @@ set(MODE_CPPSRC
)
DeclareTargets(PMRS morse)
### RTTY RX
set(MODE_CPPSRC
proc_rtty_rx.cpp
)
DeclareTargets(PRTR rtty_rx)
### RTTY TX
set(MODE_CPPSRC
proc_rtty_tx.cpp
)
DeclareTargets(PRTT rtty_tx)
### SD over USB
set(MODE_INCDIR