New iobroker
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
#define WIFI_SSID "wf-home"
|
||||
#define WIFI_PASSWORD "0ndthnrf"
|
||||
#define MY_HOSTNAME "ESP8266_GW"
|
||||
#define MQTT_SERV "192.168.1.250"
|
||||
//#define MQTT_SERV "192.168.1.250"
|
||||
#define MQTT_SERV "192.168.1.111"
|
||||
#define TOPIC "home/"
|
||||
|
||||
#define MAX_PAGE (4)
|
||||
#define MAX_HSP (99)
|
||||
@@ -68,7 +70,8 @@ Ticker mqttReconnectTimer;
|
||||
WiFiEventHandler wifiConnectHandler;
|
||||
WiFiEventHandler wifiDisconnectHandler;
|
||||
Ticker wifiReconnectTimer;
|
||||
const char* mqtt_server = "192.168.1.250";
|
||||
//const char* mqtt_server = "192.168.1.250";
|
||||
const char* mqtt_server = "192.168.1.111";
|
||||
char v[12];
|
||||
|
||||
struct contacts
|
||||
|
||||
Reference in New Issue
Block a user