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:
BRUH Automation 2017-04-27 00:06:21 -04:00 committed by GitHub
parent 50992833df
commit 3dbcd2f671

View File

@ -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) **************************/