mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 22:46:59 +00:00
Allow for a delay before processing a DMR slot.
This commit is contained in:
parent
c7ea8a68c6
commit
da34f26c55
5 changed files with 37 additions and 13 deletions
|
|
@ -56,6 +56,12 @@ void CDMRRX::setColorCode(uint8_t colorCode)
|
|||
m_slot2RX.setColorCode(colorCode);
|
||||
}
|
||||
|
||||
void CDMRRX::setDelay(uint8_t delay)
|
||||
{
|
||||
m_slot1RX.setDelay(delay);
|
||||
m_slot2RX.setDelay(delay);
|
||||
}
|
||||
|
||||
void CDMRRX::reset()
|
||||
{
|
||||
m_slot1RX.reset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue