2019-08-12 09:44:27 +00:00
|
|
|
const char ssid[] = "";
|
|
|
|
const char password[] = "";
|
2019-08-12 09:58:01 +00:00
|
|
|
const char* telemetryhost = "";
|
|
|
|
const char* telemetrykey = "";
|
|
|
|
const int telemetryport = 1883;
|
|
|
|
const char* telemetryuser = "";
|
2019-08-10 11:25:07 +00:00
|
|
|
const byte InteruptPinA=1;
|
|
|
|
const byte InteruptPinB=3;
|
|
|
|
const byte arduinoInterrupt=1;
|
2019-08-10 13:11:36 +00:00
|
|
|
const byte buttonPin = 0;
|
2019-08-10 11:25:07 +00:00
|
|
|
const String nodename="devkit";
|