mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Increase the minimum TX Delay for D-Star and System Fusion.
This commit is contained in:
parent
e0a7ab6672
commit
c565a505a0
2 changed files with 2 additions and 2 deletions
|
|
@ -158,7 +158,7 @@ void CYSFTX::writeByte(uint8_t c)
|
|||
|
||||
void CYSFTX::setTXDelay(uint8_t delay)
|
||||
{
|
||||
m_txDelay = 120U + uint16_t(delay) * 12U; // 100ms + tx delay
|
||||
m_txDelay = 240U + uint16_t(delay) * 12U; // 200ms + tx delay
|
||||
}
|
||||
|
||||
uint16_t CYSFTX::getSpace() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue