diff --git a/irrigation/src/config.h.example b/irrigation/src/config.h.example index 016ee06..bfab93a 100644 --- a/irrigation/src/config.h.example +++ b/irrigation/src/config.h.example @@ -4,7 +4,7 @@ * For project specific settings. Copy to config.h and place your settings there. **/ -const char *MQTT_BROKER = "192.168.178.74"; +const char *MQTT_BROKER = "192.168.178.114"; const char *MQTT_TF_TOPIC = "greenhousino/pump"; const char *MQTT_STATE_TOPIC = "greenhousino/pumpstate"; const char *MQTT_CLIENT_ID = "greenhousino/pump";