-->
Page 1 of 1

AP(ACCESS POINT ) MODE ESP8266 DOES NOT WORK

PostPosted: Wed Sep 06, 2017 10:18 am
by CRACKONDE
Hello guys.
I have a problem, my esp8266 compiles the code, the access point created by me appears, but after I select my local network and connect, nothing is done. It appears that you connected, but then I lose commands by MQTT and I can not get back on the WifiManager to reconfigure.

thx

Re: AP(ACCESS POINT ) MODE ESP8266 DOES NOT WORK

PostPosted: Sat Sep 09, 2017 3:27 pm
by gdsports
You can erase the saved SSID and password by uncommenting the resetSettings() line below. This will force WiFiManager back to softAP mode to get the correct SSID/password.

Code: Select all    //WiFiManager
    //Local intialization. Once its business is done, there is no need to keep it around
    WiFiManager wifiManager;
    //reset saved settings
    //wifiManager.resetSettings();