Display red error blink on timeout
This commit is contained in:
parent
78c2a99d30
commit
1627ffe639
|
@ -284,6 +284,7 @@ void processLockState()
|
||||||
if (lockArmedTimeoutCount > LOCK_ARMED_TIMEOUT) {
|
if (lockArmedTimeoutCount > LOCK_ARMED_TIMEOUT) {
|
||||||
if (LOGGING) Serial.println("[INFO] Arming timed out, disarming.");
|
if (LOGGING) Serial.println("[INFO] Arming timed out, disarming.");
|
||||||
lockState = LOCK_OFF;
|
lockState = LOCK_OFF;
|
||||||
|
LEDState = LED_ERROR;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case LOCK_ON_PRESSED:
|
case LOCK_ON_PRESSED:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user