mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-05 14:25:28 +00:00
Improving D-Star detection
This commit is contained in:
parent
3c63ed1314
commit
5684499b5f
7 changed files with 31 additions and 4 deletions
3
IO.cpp
3
IO.cpp
|
|
@ -32,7 +32,6 @@ m_txBuffer(TX_RINGBUFFER_SIZE),
|
|||
m_LoDevYSF(false),
|
||||
m_ledCount(0U),
|
||||
m_scanEnable(false),
|
||||
m_modeTimerCnt(0U),
|
||||
m_scanPauseCnt(0U),
|
||||
m_scanPos(0U),
|
||||
m_ledValue(true),
|
||||
|
|
@ -57,6 +56,8 @@ m_watchdog(0U)
|
|||
SCLK_pin(LOW);
|
||||
SDATA_pin(LOW);
|
||||
SLE_pin(LOW);
|
||||
|
||||
m_modeTimerCnt = 0;
|
||||
}
|
||||
|
||||
void CIO::process()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue