mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-13 10:09:30 +00:00
Rtty tx and rx (#2977)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user