From 8b984901f58827dc184e16f48772db3dda11ba04 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 17 Apr 2017 18:47:46 +0200 Subject: oliver/lr_stripes: update MQTT server --- oliver/lr_stripes/lr_stripes.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'oliver') diff --git a/oliver/lr_stripes/lr_stripes.ino b/oliver/lr_stripes/lr_stripes.ino index 11563c0..2cd63d4 100644 --- a/oliver/lr_stripes/lr_stripes.ino +++ b/oliver/lr_stripes/lr_stripes.ino @@ -7,7 +7,7 @@ const char* autoconf_ssid = AUTOCONF_SSID; //AP name for WiFi setup AP which your ESP will open when not able to connect to other WiFi const char* autoconf_pwd = AUTOCONF_PASSWORD; // AP password so noone else can connect to the ESP in case your router fails -const char* mqtt_server = "192.168.0.10"; //MQTT Server IP, your home MQTT server eg Mosquitto on RPi, or some public MQTT +const char* mqtt_server = "192.168.1.2"; //MQTT Server IP, your home MQTT server eg Mosquitto on RPi, or some public MQTT const int mqtt_port = 1883; //MQTT Server PORT, default is 1883 but can be anything. const char* mqtt_pingall_sub = "home/pingall"; @@ -366,4 +366,3 @@ void fadeDimmer(struct sensor_t *sensor, uint8_t level, bool send_update) client.publish(sensor->dimmer.mqtt_pub, convBuffer, true); } } - -- cgit v1.2.3