mirror of
https://gitlab.com/fabinfra/fabhardware/fablock.git
synced 2025-03-12 14:41:46 +01:00
Fixed maximum trigger time
This commit is contained in:
parent
f723b39209
commit
5bed0af0ab
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user