Separated SRV LED control option

This commit is contained in:
Andy CA6JAU 2018-05-23 14:28:12 -04:00
parent 8b3828c394
commit b268e40025
10 changed files with 28 additions and 1 deletions

2
IO.cpp
View file

@ -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) {