Search found 2 matches
- Wed Jun 21, 2023 7:51 am
- Forum: ESP-IDF
- Topic: Runtime change of WiFi network not persisted on reboot
- Replies: 1
- Views: 663
Re: Runtime change of WiFi network not persisted on reboot
Bringing this topic up again, I've not been able to find a solution to this, besides retrieving the wifi ssid and password from my own nvs storage. I feel like this should be possible though - anyone with an idea how to do that?
- Mon Apr 24, 2023 1:05 pm
- Forum: ESP-IDF
- Topic: Runtime change of WiFi network not persisted on reboot
- Replies: 1
- Views: 663
Runtime change of WiFi network not persisted on reboot
For my project I'm trying to change the WiFi network my ESP32's are connected to based on a command the device receives. What I'm seeing is that the new SSID and password are used to connect in the correct way but on device reboot, the settings are lost. I've tried both using the purely esp-idf as w...