From ca789ee9d0187333f8d98e152950acfea84943f3 Mon Sep 17 00:00:00 2001 From: blakadder Date: Fri, 12 Apr 2019 08:07:30 +0200 Subject: [PATCH] Updated MQTT (markdown) --- MQTT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MQTT.md b/MQTT.md index 2e05f20c..634f72fc 100644 --- a/MQTT.md +++ b/MQTT.md @@ -1,7 +1,7 @@ -MQTT is the recommended protocol for controlling your devices. If you have no previous knowledge of MQTT you can learn more from [MQTT Overview](MQTT-Overview) or get a complete course in the [MQTT Essentials](http://www.hivemq.com/mqtt-essentials/) article series. After you have a working [MQTT broker](https://www.google.com/search?q=setting+up+an+mqtt+broker) you need to configure Tasmota to communicate with it. +MQTT is the recommended protocol for controlling your devices. If you have no previous knowledge of it you can learn more from [MQTT Overview](MQTT-Overview) or get a complete course in the [MQTT Essentials](http://www.hivemq.com/mqtt-essentials/) article series. After you have a working [MQTT broker](https://www.google.com/search?q=setting+up+an+mqtt+broker) you need to configure Tasmota to communicate with it. ## Configure MQTT -If you flashed a precompiled .bin or didn't enter MQTT info in `user_config_override.h` before compiling you need to configure MQTT on your device first. +If you flashed a precompiled .bin or didn't enter MQTT info in `user_config_override.h` before compiling you have to configure it on your device first. ### Configure MQTT using WebUI Go to **Configuration -> Configure Other** and make sure **"MQTT Enable"** box is checked.