From 088eb55aa5b3e7517e91181ab0809ce49c520e37 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Wed, 21 Sep 2022 14:38:47 +0200 Subject: [PATCH] Fixed Timing --- FabLock_Software/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FabLock_Software/src/main.cpp b/FabLock_Software/src/main.cpp index 2003628..4108abf 100644 --- a/FabLock_Software/src/main.cpp +++ b/FabLock_Software/src/main.cpp @@ -4,7 +4,7 @@ #include "config.h" #define MCP_INPUTS 16 // MCP23017 -#define TRIGGER_TIME 1000 +#define TRIGGER_TIME 1500 WiFiClient espClient; PubSubClient client(espClient);