wifi_prov_mgr_set_app_info() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

- ESP_OK : Success - ESP_ERR_INVALID_STATE : Manager not initialized or provisioning service already started - ESP_ERR_NO_MEM : Failed to allocate memory for version string - ESP_ERR_INVALID_ARG : Null argument

Notes

This must be called before executing wifi_prov_mgr_start_provisioning()

References