wifi_prov_scheme_softap_set_httpd_handle() function
Provide HTTPD Server handle externally. Useful in cases wherein applications need the webserver for some different operations, and do not want the wifi provisioning component to start/stop a new instance.
Syntax
void wifi_prov_scheme_softap_set_httpd_handle(void *handle); Arguments
handle
Handle to HTTPD server instance
Notes
This API should be called before wifi_prov_mgr_start_provisioning()
wifi_prov_scheme_softap_set_httpd_handle() writes 1 variable:
![]()
wifi_prov_scheme_softap_set_httpd_handle()