split nodename to config.h
This commit is contained in:
parent
f0be55580a
commit
20474ebf4a
|
@ -27,7 +27,6 @@
|
|||
Adafruit_MCP23017 mcp;
|
||||
long tslr=0;
|
||||
WiFiClient espClient;
|
||||
String nodename="devkit";
|
||||
PubSubClient client("siwatsystem.com", 1883, espClient);
|
||||
PubSubClientTools mqtt(client);
|
||||
ThreadController threadControl = ThreadController();
|
||||
|
|
|
@ -3,3 +3,4 @@ const String password = "";
|
|||
const byte InteruptPinA=1;
|
||||
const byte InteruptPinB=3;
|
||||
const byte arduinoInterrupt=1;
|
||||
const String nodename="devkit";
|
||||
|
|
Loading…
Reference in New Issue