Search found 2 matches

by Volition42
Tue Jun 04, 2024 10:31 pm
Forum: ESP32 Arduino
Topic: WiFi connect using saved provisioning data (ssid/password)
Replies: 3
Views: 961

Re: WiFi connect using saved provisioning data (ssid/password)

Thank you for the additional details, however I need to get the ssid/password from memory on bootup to initiate the wifi connection to the previously provisioned AP.
by Volition42
Tue Jun 04, 2024 9:08 am
Forum: ESP32 Arduino
Topic: WiFi connect using saved provisioning data (ssid/password)
Replies: 3
Views: 961

WiFi connect using saved provisioning data (ssid/password)

I want my ESP32-WROOM-32 to check if there is stored provisioning data. If there is, use it to connect to that WiFi. If there is not, start provisioning again. I have the following code working but I don't know of a way to get the stored provisioning data (ssid/password) from memory to use for conne...