Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By tma
#52940 Greetings,

I am just getting started with WiFiManager. My sketch compiles and loads OK plus it connects to my main WiFi AP as a client. I do not know how to make it switch to AP mode. I would like it to initialize in AP mode to provide an alternate, independent AP WiFi network.

I briefly looked at the source code but would like a quick start.

Thanks in advance!

TMA
User avatar
By tma
#53021 I discovered all I had to do was include:

wifiMangager.resetSettings();

I presume this deletes the WiFi access history ssid info which prevents it from connecting to my main WiFi AP. Then it automatically switches to AP mode.