From c17913ce29ba9a2c15be645e4c68e74b3b7b8ba1 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Tue, 1 Oct 2019 10:55:20 -0400 Subject: [PATCH] Updated Flashing (markdown) --- Flashing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flashing.md b/Flashing.md index e5131381..07d1035a 100644 --- a/Flashing.md +++ b/Flashing.md @@ -94,13 +94,13 @@ Ensure the device is in flash mode before each step. #### Erase flash memory ``` -esptool -cp COM5 -cb 115200 -ce -v +esptool -cp COM5 -ce -v ``` #### Upload firmware Once the erase is complete, put device back into programming mode and upload the firmware ``` -esptool -cp COM5 -cb 115200 -bm dout -cf sonoff.bin -v +esptool -cp COM5 -bm dout -cf sonoff.bin -v ``` Unplug your serial programming adapter or your device and plug it back in or connect to another power source. Your device is now ready for [Initial configuration](Initial-Configuration). **For proper device initialization after the firmware upload completes, power down and power up the device.**