Skip to content

Commit 2bffa3c

Browse files
authored
Update README.md - adds C6
1 parent 0bdd0c8 commit 2bffa3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libraries/WiFi/examples/WiFiScan/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This example demonstrates how to use the WiFi library to scan available WiFi net
66

77
Currently this example supports the following targets.
88

9-
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 |
10-
| ----------------- | ----- | -------- | -------- | -------- |
9+
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 | ESP32-C6 |
10+
| ----------------- | ----- | -------- | -------- | -------- | -------- |
1111

1212
## How to Use Example
1313

@@ -61,4 +61,5 @@ Before creating a new issue, be sure to try the Troubleshooting and to check if
6161
* ESP32 Datasheet: [Link to datasheet](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf)
6262
* ESP32-S2 Datasheet: [Link to datasheet](https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf)
6363
* ESP32-C3 Datasheet: [Link to datasheet](https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf)
64+
* ESP32-C6 Datasheet: [Link to datasheet](https://www.espressif.com/sites/default/files/documentation/esp32-c6_datasheet_en.pdf)
6465
* Official ESP-IDF documentation: [ESP-IDF](https://idf.espressif.com)

0 commit comments

Comments
 (0)