new server

This commit is contained in:
Stefan Ostermann 2025-05-04 13:17:07 +02:00
parent 7d12d1cff9
commit 3bd296c87b
1 changed files with 1 additions and 1 deletions

View File

@ -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";