mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-07 23:33:40 +00:00
Adding Jonathan support for low deviation in YSF
This commit is contained in:
parent
2f442f7ddf
commit
4f293ee84f
9 changed files with 41 additions and 47 deletions
3
IO.cpp
3
IO.cpp
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue