12 lines
322 B
C
12 lines
322 B
C
const char ssid[] = "";
|
|
const char password[] = "";
|
|
const char* telemetryhost = "";
|
|
const char* telemetrykey = "";
|
|
const int telemetryport = 1883;
|
|
const char* telemetryuser = "";
|
|
const byte InteruptPinA=1;
|
|
const byte InteruptPinB=3;
|
|
const byte arduinoInterrupt=1;
|
|
const byte buttonPin = 0;
|
|
const String nodename="devkit";
|