Skip to content

Commit

Permalink
Make it more clear ESP 8266 shouldn't be used (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ authored Apr 2, 2024
1 parent 56daffe commit 0b4b82c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ In the [esp-rs organization], we use the following wording:
> - ✅ - The feature is implemented or supported
> - ⏳ - The feature is under development
> - ❌ - The feature isn't supported
> - ⚠️ - There is some support but the feature is discontinued
| Chip | `std` | `no_std` |
| -------- | :---: | :------: |
Expand All @@ -46,9 +47,8 @@ In the [esp-rs organization], we use the following wording:
| ESP32-S2 |||
| ESP32-S3 |||
| ESP32-H2 |||
| ESP8266 || |
| ESP8266 || ⚠️ |

> ⚠️ **Note**: The ESP8266 series is outside the scope of this book. Rust support for the
> ESP8266 series is limited and isn't being officially supported by Espressif.
> ⚠️ **Note**: Rust support for the ESP8266 series is limited and isn't being officially supported by Espressif.
The products supported in certain circumstances will be called _supported Espressif products_ throughout the book.

0 comments on commit 0b4b82c

Please sign in to comment.