Skip to content

Commit 4b5e31c

Browse files
authored
Merge pull request #305 from dunklesToast/patch-1
Update left over old syntax in install-binary.md
2 parents 9811c37 + 9534035 commit 4b5e31c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/basics/install-binary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This installer is not yet available for ESPs with flash chips smaller than 4MB (
2222

2323
- First of all, please follow the steps to install esptool.py [here](https://github.com/espressif/esptool).
2424
- Download the latest [release binary](https://github.com/Aircoookie/WLED/releases) file!
25-
- Make sure only one ESP device/microcontroller is connected to your computer! Otherwise you could accidentally overwrite the wrong one. If you know the serial port, you can also add the `--port COM3` attribute before `write_flash`
25+
- Make sure only one ESP device/microcontroller is connected to your computer! Otherwise you could accidentally overwrite the wrong one. If you know the serial port, you can also add the `--port COM3` attribute before `write-flash`
2626
- Execute this command:
2727

2828
#### ESP8266
@@ -48,7 +48,7 @@ esptool.py write-flash 0x10000 ./WLED_XXX.bin
4848

4949
When esptool.py says `Connecting...`, some ESP32 boards require you to hold the boot button (to the right of the USB port) for a few seconds
5050

51-
- If you experience issues, run this command before trying `write_flash` again (Note: this will erase all settings stored on the ESP!)
51+
- If you experience issues, run this command before trying `write-flash` again (Note: this will erase all settings stored on the ESP!)
5252

5353
```bash
5454
esptool.py erase-flash

0 commit comments

Comments
 (0)