not needed
This commit is contained in:
parent
706bb4bbd2
commit
518f8cb45c
1 changed files with 0 additions and 2 deletions
|
@ -50,10 +50,8 @@ void toggleDoor() {
|
|||
// Toggle the relay based on the current state
|
||||
if (relayState == LOW) {
|
||||
lockDoor();
|
||||
digitalWrite(LEDCTL_PIN,LOW);
|
||||
} else {
|
||||
unlockDoor(false);
|
||||
digitalWrite(LEDCTL_PIN,HIGH);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue