Display red error blink on timeout
This commit is contained in:
		@@ -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:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user