You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ It currently supports the following ESP microcontrollers:
44
44
- a [flasher_args.json](https://github.com/espressif/esp-idf/blob/master/components/esptool_py/flasher_args.json.in) file
45
45
- a .zip archive
46
46
- single/multiple loose binaries
47
-
- CLI is a drop-in replace for [esptools write-flash](https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/basic-commands.html#write-binary-data-to-flash-write-flash)command
47
+
- CLI is a drop-in replacement for the [write-flash](https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/basic-commands.html#write-binary-data-to-flash-write-flash)and [erase-flash](https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/basic-commands.html#erase-flash-erase-flash-erase-region) commands of [esptool](https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/index.html)
48
48
-`ESPFlasher`[Qt widget library](/libs/esp_flasher) for reuse
49
49
- Pre-built Windows and Linux executables
50
50
@@ -94,7 +94,7 @@ The default QtESPFlasher baud rate is 115200. Slower rates may be set using `-b`
94
94
95
95
## Usage
96
96
### CLI
97
-
When used as a command line tool QtESPFlasher can be a drop-in replace for the [esptools write-flash](https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/basic-commands.html#write-binary-data-to-flash-write-flash)command.
97
+
When used as a command line tool QtESPFlasher can be a drop-in replacement for [write-flash](https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/basic-commands.html#write-binary-data-to-flash-write-flash)and [erase-flash](https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/basic-commands.html#erase-flash-erase-flash-erase-region).
0 commit comments