index.rst 544 B

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