index.rst 659 B

1234567891011121314151617181920212223242526272829
  1. 配网 API
  2. ****************
  3. :link_to_translation:`en:[English]`
  4. .. toctree::
  5. :maxdepth: 1
  6. protocomm
  7. :SOC_WIFI_SUPPORTED: provisioning
  8. :SOC_WIFI_SUPPORTED: wifi_provisioning
  9. .. only:: SOC_WIFI_SUPPORTED
  10. 本部分的 API 示例代码存放在 ESP-IDF 示例项目的 :example:`provisioning` 目录下。
  11. .. toctree::
  12. :maxdepth: 1
  13. ../network/esp_smartconfig
  14. 本部分的 API 示例代码存放在 :example:`wifi/smart_config` 目录下。
  15. .. toctree::
  16. :maxdepth: 1
  17. ../network/esp_dpp
  18. 本部分的 API 示例代码存放在 :example:`wifi/wifi_easy_connect/dpp-enrollee` 目录下。