From 3bd296c87b29183b9e57ff4890c823f44bbaa5ce Mon Sep 17 00:00:00 2001 From: Stefan Ostermann Date: Sun, 4 May 2025 13:17:07 +0200 Subject: [PATCH] new server --- irrigation/src/config.h.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";