Updated pins

This commit is contained in:
naster_mick 2019-03-07 19:50:41 +01:00
parent 6f1d103c8c
commit f7a9223b9d
1 changed files with 2 additions and 2 deletions

View File

@ -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"