-->
Page 1 of 1

WiFiManager - AP Only Mode?

PostPosted: Sun Aug 14, 2016 12:02 pm
by tma
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

Re: WiFiManager - AP Only Mode?

PostPosted: Mon Aug 15, 2016 9:01 pm
by tma
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.