mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-05 06:15:15 +00:00
Separated SRV LED control option
This commit is contained in:
parent
8b3828c394
commit
b268e40025
10 changed files with 28 additions and 1 deletions
2
IO.cpp
2
IO.cpp
|
|
@ -114,7 +114,7 @@ void CIO::process()
|
|||
m_watchdog = 0U;
|
||||
}
|
||||
|
||||
#if defined(QUIET_MODE_LEDS)
|
||||
#if defined(CONSTANT_SRV_LED)
|
||||
LED_pin(HIGH);
|
||||
#else
|
||||
if (m_ledCount >= 24000U) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue