Skip to content

Commit f3d11ec

Browse files
committed
Fix typo in supported chip name (S3 -> S2)
1 parent 91e8ec6 commit f3d11ec

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# ESPFlash
2+
23
[![Actions Status](https://github.com/esp-rs/espflash/workflows/CI/badge.svg)](https://github.com/esp-rs/espflash/actions?query=workflow%3A"CI")
34

45
_ESP8266_ and _ESP32_ family serial flasher based on [esptool.py](https://github.com/espressif/esptool).
@@ -8,7 +9,7 @@ _ESP8266_ and _ESP32_ family serial flasher based on [esptool.py](https://github
89

910
## Status
1011

11-
Flashing _should_ work for __ESP32__, __ESP32-S3__, __ESP32-C3__, and __ESP8266__.
12+
Flashing _should_ work for __ESP32__, __ESP32-S2__, __ESP32-C3__, and __ESP8266__.
1213

1314
If you have an ELF file that flashes correctly with `esptool.py` but not with this tool then please open an issue with the ELF in question.
1415

cargo-espflash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `cargo-espflash`
22

3-
Cross-compiler and serial flasher cargo subcommand for Espressif devices. Currently supports __ESP32__, __ESP32-S3__, __ESP32-C3__, and __ESP8266__.
3+
Cross-compiler and serial flasher cargo subcommand for Espressif devices. Currently supports __ESP32__, __ESP32-S2__, __ESP32-C3__, and __ESP8266__.
44

55
Prior to flashing, the project is built using the `build-std` unstable cargo feature. Please refer to the [cargo documentation](https://doc.rust-lang.org/cargo/reference/unstable.html#build-std) for more information.
66

espflash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `espflash`
22

3-
__ESP32__, __ESP32-S3__, __ESP32-C3__, and __ESP8266__ serial flasher library and CLI application.
3+
__ESP32__, __ESP32-S2__, __ESP32-C3__, and __ESP8266__ serial flasher library and CLI application.
44

55
[![asciicast](https://asciinema.org/a/367205.svg)](https://asciinema.org/a/367205)
66

0 commit comments

Comments
 (0)