Page 1 of 1

facing issue to solve esp_wifi_connect() return error ESP_ERR_WIFI_SSID

Posted: Wed Jun 15, 2022 5:42 am
by kesha.modhia
problem

esp_wifi_connect() returns ESP_ERR_WIFI_SSID

how to solve this error ?

board esp32

Re: facing issue to solve esp_wifi_connect() return error ESP_ERR_WIFI_SSID

Posted: Wed Jun 15, 2022 8:41 am
by ESP_Sprite
From the docs:
ESP_ERR_WIFI_SSID: SSID of AP which station connects is invalid
What SSID are you using? Can you show your code?