waterish_os_rev3_public/WaterishOS-mcp2.0/config.h

12 lines
322 B
C
Raw Normal View History

2019-08-12 14:33:52 +00:00
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";