Updated pins
This commit is contained in:
parent
6f1d103c8c
commit
f7a9223b9d
|
@ -2,8 +2,8 @@
|
|||
#include <ArduinoOTA.h>
|
||||
#include <OneButton.h>
|
||||
|
||||
OneButton lock(D5, true);
|
||||
OneButton door(D6, true);
|
||||
OneButton lock(D1, true);
|
||||
OneButton door(D2, true);
|
||||
|
||||
#define FW_NAME "ctdoor"
|
||||
#define FW_VERSION "2.1.5"
|
||||
|
|
Loading…
Reference in New Issue