mirror of https://github.com/arendst/Tasmota.git
Updated Troubleshooting (markdown)
parent
ce2fe44e6a
commit
ad448a1969
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue