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
|
// Toggle the relay based on the current state
|
||||||
if (relayState == LOW) {
|
if (relayState == LOW) {
|
||||||
lockDoor();
|
lockDoor();
|
||||||
digitalWrite(LEDCTL_PIN,LOW);
|
|
||||||
} else {
|
} else {
|
||||||
unlockDoor(false);
|
unlockDoor(false);
|
||||||
digitalWrite(LEDCTL_PIN,HIGH);
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue