Page 1 of 1

Searching for kind of wifimanager library

Posted: Mon Aug 16, 2021 10:48 am
by NIXIE_123
Hi

What I want:

I'm not holding any button at startup - esp32 runs my code

I'm holding button at startup - esp32 does not run my code. It is access point.
I connect to it and type 192.168.4.1 in browser.
I see simple page where i can write ssid password and 2 more variables stored in nvs

Please post a library for this. I am not using arduino or platformio.

Re: Searching for kind of wifimanager library

Posted: Mon Aug 16, 2021 1:15 pm
by chegewara

Re: Searching for kind of wifimanager library

Posted: Mon Aug 16, 2021 1:20 pm
by NIXIE_123
had seen this. It does not meet my requirements

Re: Searching for kind of wifimanager library

Posted: Tue Sep 07, 2021 6:03 pm
by NIXIE_123
Did it by myself. Used wifi-AP and http server examples

Re: Searching for kind of wifimanager library

Posted: Wed Feb 28, 2024 9:45 pm
by juan3211
NIXIE_123 wrote:
Tue Sep 07, 2021 6:03 pm
Did it by myself. Used wifi-AP and http server examples
Hi could you please share your code here?

I am trying to make something "similar" to wifimanager and your code will be good for me.

Thanks a lot