Add fine adjustment to the DMR/YSF thresholds.

This commit is contained in:
Jonathan Naylor 2016-06-21 07:25:25 +01:00
parent a3ea870b52
commit 17f6314f90
9 changed files with 83 additions and 8 deletions

View file

@ -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);