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