Fix update bugs

This commit is contained in:
2021-11-29 06:53:32 +00:00
parent 0053b78e41
commit 8a05f1aacb
4 changed files with 21 additions and 35 deletions

View File

@@ -6,10 +6,10 @@ UFP_PORT = 443
DOORBELLS = {
'123456780ABC': {
'name': 'Front Door',
'gpio': 26,
'gpio': 19,
},
'123456780ABC': {
'name': 'Side Door',
'gpio': 19,
'gpio': 26,
},
}