Added morse receiver app. (#2923)

* Adder morse receiver app. Works with cw and fm mode. Adaptive speed learning. Logging.
This commit is contained in:
Pezsma
2026-01-16 09:57:45 +01:00
committed by GitHub
parent 19eb1c40ab
commit 877ede5f86
18 changed files with 1265 additions and 17 deletions
+5
View File
@@ -663,6 +663,11 @@ set(MODE_CPPSRC
)
DeclareTargets(PSCD subcar)
set(MODE_CPPSRC
proc_morse.cpp
)
DeclareTargets(PMRS morse)
### SD over USB