Fixed Timing

This commit is contained in:
TheJoKlLa 2022-09-21 14:38:47 +02:00
parent 6faa34c7e9
commit 088eb55aa5

View File

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