Fixed maximum trigger time

This commit is contained in:
TheJoKlLa 2022-09-20 02:20:06 +02:00
parent f723b39209
commit 5bed0af0ab

View File

@ -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);