index.rst 547 B

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