new server
This commit is contained in:
parent
7d12d1cff9
commit
3bd296c87b
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue