Function wifi_mgr_set_sta_ssid(const char *)
Defined in File wifi.h
Function Documentation
-
esp_err_t wifi_mgr_set_sta_ssid(const char *ssid)
Update the cached STA SSID and apply when appropriate.
Update the cached STA SSID and apply when appropriate.
- 매개변수:
ssid – New SSID string.
- 반환:
ESP_OK on success, or an error code on failure.