Updated Troubleshooting (markdown)

Michael Ingraham 2019-05-14 10:08:05 -04:00
parent ce2fe44e6a
commit ad448a1969
1 changed files with 1 additions and 1 deletions

@ -46,7 +46,7 @@ Using the latest esptool makes this process "rather" easy.
3. Load Tasmota into a device with command<br/> ``esptool.py --port COM5 write_flash -fs 1MB -fm dout 0x0 sonoff.bin``
### NodeMCU PyFlasher
If you don't want to install Python you can downloads [NodeMCU PyFlasher](https://github.com/marcelstoer/nodemcu-pyflasher). It offers a checkbox option in the GUI to erase flash before uploading a new binary.
If you don't want to install Python you can download [NodeMCU PyFlasher](https://github.com/marcelstoer/nodemcu-pyflasher). It offers a checkbox option in the GUI to erase flash before uploading a new binary.
## MQTT traffic
To check the flow of MQTT traffic you can use [MQTT Explorer](https://mqtt-explorer.com/) which shows your entire MQTT traffic in an organised and structured way.