feat(doc): update wifi sections for H2

This commit is contained in:
xuxiao
2023-08-31 11:31:07 +08:00
parent 25f031c6e1
commit 2a0a080c9f
6 changed files with 42 additions and 33 deletions

View File

@@ -60,7 +60,12 @@ BLUFI_DOCS = ['api-guides/blufi.rst',
WIFI_DOCS = ['api-guides/wifi.rst',
'api-guides/wifi-security.rst',
'api-guides/wireshark-user-guide.rst']
'api-guides/wireshark-user-guide.rst',
'api-reference/network/esp_nan.rst',
'api-reference/network/esp_now.rst',
'api-reference/network/esp_smartconfig.rst',
'api-reference/network/esp_wifi.rst',
'api-reference/network/esp_dpp.rst']
WIFI_MESH_DOCS = ['api-guides/esp-wifi-mesh.rst',
'api-reference/network/esp-wifi-mesh.rst']