mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 16:18:07 +00:00
Started writing (copying...) AFSK RX
Encoders: removed bit duration setting (frame duration is more useful)
This commit is contained in:
@@ -294,7 +294,14 @@ DeclareTargets(PADT adsbtx)
|
||||
set(MODE_CPPSRC
|
||||
proc_afsk.cpp
|
||||
)
|
||||
DeclareTargets(PAFS afsk)
|
||||
DeclareTargets(PAFT afsktx)
|
||||
|
||||
### AFSK RX
|
||||
|
||||
set(MODE_CPPSRC
|
||||
proc_afskrx.cpp
|
||||
)
|
||||
DeclareTargets(PAFR afskrx)
|
||||
|
||||
### AIS
|
||||
|
||||
|
Reference in New Issue
Block a user