Updated Initial Configuration (markdown)

blakadder 2019-04-08 21:38:26 +02:00
parent 5e84965e3a
commit 5caec7cafb
1 changed files with 1 additions and 1 deletions

@ -78,7 +78,7 @@ Backlog ssid1 <yourssid>; password1 <your_password>; ssid2 <your_ssid2>; passwor
Device will restart and connect to your network. It will display your devices newly assigned IP. Direct your web browser to that IP address to access the Web UI for further configuration and contol.
Configure MQTT broker address, MQTT credentials, unique device topic and OTA url to the latest official release
```
```lua
Backlog mqtthost <yourhost>; mqttuser <user>; mqttpassword <password>; topic <unique_topic>; otaurl http://thehackbox.org/tasmota/release/sonoff.bin
```
>*Keep your personal configuration in a text file and simply copy and paste the backlog commands to a newly flashed device.*