correct readme

This commit is contained in:
wellenvogel 2022-01-05 19:07:32 +01:00
parent 368f8e50ed
commit 01fcf13468
1 changed files with 1 additions and 1 deletions

View File

@ -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.