Added back mqtt_port
Accidently removed this line in my latest upgrade. Thanks @hinrg for pointing that out in #4!
This commit is contained in:
parent
50992833df
commit
3dbcd2f671
@ -27,6 +27,7 @@
|
|||||||
#define mqtt_server "your.mqtt.server.ip"
|
#define mqtt_server "your.mqtt.server.ip"
|
||||||
#define mqtt_user "yourMQTTusername"
|
#define mqtt_user "yourMQTTusername"
|
||||||
#define mqtt_password "yourMQTTpassword"
|
#define mqtt_password "yourMQTTpassword"
|
||||||
|
#define mqtt_port 1883
|
||||||
|
|
||||||
|
|
||||||
/************* MQTT TOPICS (change these topics as you wish) **************************/
|
/************* MQTT TOPICS (change these topics as you wish) **************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user