OG-WLAN added

This commit is contained in:
Wolfgang Hottgenroth 2017-08-17 14:13:32 +02:00
parent eded0f89da
commit ade5d7feab

View File

@ -16,8 +16,10 @@ ADC_MODE(ADC_VCC);
// #define DEBUG // #define DEBUG
#define SLEEP #define SLEEP
const char* ssid = "EG-WLAN"; //const char* ssid = "EG-WLAN";
const char* password = "shae3sheuthai2oluNgiqueiyahyumeiphughi8jequeil6taethooyeik1joh5"; //const char* password = "shae3sheuthai2oluNgiqueiyahyumeiphughi8jequeil6taethooyeik1joh5";
const char* ssid = "OG-WLAN";
const char* password = "ruc8Chimush2jaetaipeug7shuagh2eruimiemu9Sheik4ur8ooZ5eengeem9ea";
//const char* ssid = "iPhone"; //const char* ssid = "iPhone";
//const char* password = "wollud123456"; //const char* password = "wollud123456";
//const char* ssid = "WLan-KI-Pro"; //const char* ssid = "WLan-KI-Pro";
@ -25,10 +27,10 @@ const char* password = "shae3sheuthai2oluNgiqueiyahyumeiphughi8jequeil6taethooye
const char* mqttServer = "broker.hottis.de"; const char* mqttServer = "broker.hottis.de";
const uint16 mqttPort = 8883; const uint16 mqttPort = 8883;
const char* mqttUsername = "esp1"; const char* mqttUsername = "esp2";
const char* mqttPassword = "test1234"; const char* mqttPassword = "test1234";
const char* clientId = "espTherm1"; const char* clientId = "espTherm2";
const char* topic = "IoT/espThermometer2/espTherm1/measurement"; const char* topic = "IoT/espThermometer2/espTherm2/measurement";
//const char* mqttServer = "172.16.2.15"; //const char* mqttServer = "172.16.2.15";
//const char* mqttServer = "10.11.184.91"; //const char* mqttServer = "10.11.184.91";