bugfix garage.py

This commit is contained in:
2020-12-08 20:14:38 +01:00
parent 815127cfde
commit 1f21b1a519
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ PIN_GATE_BUTTON = 24
PIN_GARAGE = 21
PIN_GATE = 26
PIN_LED = 11
PIN_DOOR_OPEN = 13
PIN_DOOR_CLOSED = 6
PIN_DOOR_OPEN = 6
PIN_DOOR_CLOSED = 13
PIN_SENSOR_GATE= 19