update hostname and MQTT broker
This commit is contained in:
4
config.h
4
config.h
@@ -4,9 +4,9 @@
|
||||
/* WiFi config */
|
||||
#define WIFI_SSID "poes" // Your WiFi SSID
|
||||
#define WIFI_PASSWORD "Rijnstraat214" // Your WiFi password
|
||||
|
||||
#define HOST_NAME "AQS-monitor"
|
||||
/* MQTT */
|
||||
#define mqtt_broker "192.168.2.5" // IP address of your MQTT broker
|
||||
#define mqtt_broker "192.168.2.3" // IP address of your MQTT broker
|
||||
#define REPORT_MQTT_SEPARATE true // Report each value to its own topic
|
||||
#define REPORT_MQTT_JSON true // Report all values in a JSON message
|
||||
#define status_topic "events" // MQTT topic to report startup
|
||||
|
||||
Reference in New Issue
Block a user