From 5bed0af0ab4c95ee22f827cd50f3d03d1c9d0a42 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Tue, 20 Sep 2022 02:20:06 +0200 Subject: [PATCH] Fixed maximum trigger time --- 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 4108abf..2003628 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 1500 +#define TRIGGER_TIME 1000 WiFiClient espClient; PubSubClient client(espClient);