mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-07 23:45:07 +00:00
Remove the level tweaking functionality.
This commit is contained in:
parent
dcc52ca479
commit
87b6688f8f
15 changed files with 27 additions and 241 deletions
|
|
@ -56,12 +56,6 @@ 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