Update WaterishOS-minimal2.0.ino
This commit is contained in:
parent
2355ebba9e
commit
2b10fe5e69
|
@ -36,6 +36,7 @@ byte InteruptPinB=3;
|
|||
byte arduinoInterrupt=1;
|
||||
long tslr=0;
|
||||
WiFiClient espClient;
|
||||
String nodename="devkit";
|
||||
PubSubClient client(MQTT_SERVER, 1883, espClient);
|
||||
PubSubClientTools mqtt(client);
|
||||
ThreadController threadControl = ThreadController();
|
||||
|
|
Loading…
Reference in New Issue