mirror of https://github.com/arendst/Tasmota.git
Updated Initial Configuration (markdown)
parent
5e84965e3a
commit
5caec7cafb
|
@ -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.*
|
||||
|
|
Loading…
Reference in New Issue