mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Add the RSSI calibration mode.
This commit is contained in:
parent
7266f5c53b
commit
33527dd3e9
8 changed files with 146 additions and 4 deletions
2
IO.cpp
2
IO.cpp
|
|
@ -245,6 +245,8 @@ void CIO::process()
|
|||
::arm_fir_fast_q15(&m_GMSKFilter, samples, GMSKVals, blockSize);
|
||||
|
||||
calDStarRX.samples(GMSKVals, blockSize);
|
||||
} else if (m_modemState == STATE_RSSICAL) {
|
||||
calRSSI.samples(rssi, blockSize);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue