mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
First compiling version of DMO code, untested.
This commit is contained in:
parent
d477796903
commit
35ae6b002d
7 changed files with 523 additions and 14 deletions
2
IO.cpp
2
IO.cpp
|
|
@ -387,7 +387,7 @@ void CIO::process()
|
|||
else
|
||||
dmrIdleRX.samples(C4FSKVals, blockSize);
|
||||
} else {
|
||||
dmrDMORX.samples(c4FSKVals, blockSize);
|
||||
dmrDMORX.samples(C4FSKVals, blockSize);
|
||||
}
|
||||
}
|
||||
} else if (m_modemState == STATE_YSF) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue