mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 22:46:59 +00:00
Add fine adjustment to the DMR/YSF thresholds.
This commit is contained in:
parent
a3ea870b52
commit
17f6314f90
9 changed files with 83 additions and 8 deletions
|
|
@ -56,6 +56,12 @@ void CDMRRX::setColorCode(uint8_t colorCode)
|
|||
m_slot2RX.setColorCode(colorCode);
|
||||
}
|
||||
|
||||
void CDMRRX::setThreshold(int8_t threshold)
|
||||
{
|
||||
m_slot1RX.setThreshold(threshold);
|
||||
m_slot2RX.setThreshold(threshold);
|
||||
}
|
||||
|
||||
void CDMRRX::setDelay(uint8_t delay)
|
||||
{
|
||||
m_slot1RX.setDelay(delay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue