ESP32 static IP not saved after restarting the device #19
Description
Hello. I am learning about esp32 and trying your library. I am using the example program:
Async_ESP32_FSWebServer_DRD
I have not modified the code yet. When I run the program. A new network appeared
I am able to connect to my device by typing the ip address :
192.168.1.100
and change some configurataion:
Now I can see that the device connects with the new parameters: (I have set a new static ip 192.168.4.210)
However, the thing that I do not fully understand, when i restart my esp32 device, it goes changes my static ip (192.168.4.210) to:
192.168.2.232
Is that normal? Should it not save my configuration even after I restart the device?
Also, I am unsure about:
Open http://async-esp32fs.local/edit to see the file browser
Using username = admin and password = admin
Opening this webpage in a browswer fails everytime. How do i use it?
Appreciate any sort of advice. Thanks in advance.