mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Add fine adjustment to the DMR/YSF thresholds.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user