docs: update esp32c6 api guides about wifi part

This commit is contained in:
xuxiao
2023-05-22 14:25:39 +08:00
parent aa741b90ad
commit 5a9cff0d34
6 changed files with 459 additions and 66 deletions

View File

@@ -238,7 +238,7 @@ html_context['github_repo'] = 'esp-idf'
project_slug = 'esp-idf'
versions_url = 'https://dl.espressif.com/dl/esp-idf/idf_versions.js'
idf_targets = ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c2']
idf_targets = ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c2', 'esp32c6']
languages = ['en', 'zh_CN']
google_analytics_id = os.environ.get('CI_GOOGLE_ANALYTICS_ID', None)