Function wifi_mgr_set_ap_ssid(const char *)

Function Documentation

esp_err_t wifi_mgr_set_ap_ssid(const char *ssid)

Update the SoftAP SSID and reapply when needed.

Update the SoftAP SSID and reapply when needed.

매개변수:

ssid – New SSID string.

반환:

ESP_OK on success, or an error code on failure.