So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By CRACKONDE
#69770 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
User avatar
By gdsports
#69842 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();