From ad448a1969a5a7ad40bf36b0e2057183b236f2ec Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Tue, 14 May 2019 10:08:05 -0400 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index a394f938..b606f72f 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -46,7 +46,7 @@ Using the latest esptool makes this process "rather" easy. 3. Load Tasmota into a device with command
``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.