Adding Jonathan support for low deviation in YSF

This commit is contained in:
Andy CA6JAU 2017-03-23 22:06:04 -03:00
parent 2f442f7ddf
commit 4f293ee84f
9 changed files with 41 additions and 47 deletions

3
IO.cpp
View file

@ -35,7 +35,8 @@ m_rxBuffer(RX_RINGBUFFER_SIZE),
m_txBuffer(TX_RINGBUFFER_SIZE),
m_ledCount(0U),
m_ledValue(true),
m_watchdog(0U)
m_watchdog(0U),
m_LoDevYSF(false)
{
Init();