Add ESP32-C6 in supported targets for wifi_prov_mgr example

This commit is contained in:
Harshit Malpani 2023-04-27 10:31:31 +05:30
parent 542c705282
commit 0c8db529cb
No known key found for this signature in database
GPG Key ID: FF1193D150EF75C3
2 changed files with 2 additions and 5 deletions

View File

@ -2,9 +2,6 @@
examples/provisioning/wifi_prov_mgr:
disable:
- if: IDF_TARGET == "esp32c6"
temporary: true
reason: target esp32c6 is not supported yet
- if: SOC_WIFI_SUPPORTED != 1
disable_test:
- if: IDF_TARGET != "esp32"

View File

@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- |
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- |
# Wi-Fi Provisioning Manager Example