From 01fcf134688164b8f6465897d7238154d0d5502b Mon Sep 17 00:00:00 2001 From: wellenvogel Date: Wed, 5 Jan 2022 19:07:32 +0100 Subject: [PATCH] correct readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b0a76de..d9f8e90 100644 --- a/Readme.md +++ b/Readme.md @@ -79,7 +79,7 @@ After installing the driver check with your device manager for the com port that Open a command prompt and change into the directory you downloaded the esptool.exe and the firmware binary. Flash with the command ``` -esptool.exe --port COM3 0x1000 xxxxx-xxxx-all.bin +esptool.exe --port COM3 write_flash 0x1000 xxxxx-xxxx-all.bin ``` Replace COM3 with the port shown in the device manager and the xxx with the name of the downloaded binary. If you do not want to use the command line you first need to install python3 from the [download page](https://www.python.org/downloads/windows/) - use the Windows 64 Bit installer. Install using the default settings. Afterwards download [flashtool.pyz](../../raw/master/tools/flashtool.pyz) and run it with a double click.