split nodename to config.h

This commit is contained in:
Siwat Sirichai 2019-08-09 11:58:21 +07:00
parent f0be55580a
commit 20474ebf4a
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -3,3 +3,4 @@ const String password = "";
const byte InteruptPinA=1;
const byte InteruptPinB=3;
const byte arduinoInterrupt=1;
const String nodename="devkit";