Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

ESP32 static IP not saved after restarting the device #19

Closed
@krupis

Description

@krupis

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
image

I am able to connect to my device by typing the ip address :
192.168.1.100
and change some configurataion:

image

Now I can see that the device connects with the new parameters: (I have set a new static ip 192.168.4.210)

image

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
image

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?
image

Appreciate any sort of advice. Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions