index.rst 652 B

1234567891011121314151617181920212223242526272829
  1. Provisioning API
  2. ****************
  3. :link_to_translation:`zh_CN:[中文]`
  4. .. toctree::
  5. :maxdepth: 1
  6. protocomm
  7. :SOC_WIFI_SUPPORTED: provisioning
  8. :SOC_WIFI_SUPPORTED: wifi_provisioning
  9. .. only:: SOC_WIFI_SUPPORTED
  10. Code examples for above API are provided in the :example:`provisioning` directory of ESP-IDF examples.
  11. .. toctree::
  12. :maxdepth: 1
  13. ../network/esp_smartconfig
  14. Code example for above API is provided in :example:`wifi/smart_config`.
  15. .. toctree::
  16. :maxdepth: 1
  17. ../network/esp_dpp
  18. Code example for above API is provided in :example:`wifi/wifi_easy_connect/dpp-enrollee`.