tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.55k stars 1.97k forks source link

wifimanager.setAPcallback #1081

Open SudhaMaanasa opened 4 years ago

SudhaMaanasa commented 4 years ago

Basic Infos

Hardware

WiFimanager Branch/Release:

Esp8266/Esp32:

Hardware: ESP-12e, esp01, esp25

ESP Core Version: 2.4.0, staging

Description

Problem description

Settings in IDE

"wifimanager.setAPcallback is used if we need to do something when device enters configuration mode on failed WiFi connection attempt. Before autoConnect()." But when I use it in my code under a failed connection of WiFi I couldn't find that the device entering into configuration mode. Is there something I'm missing in achieving this? Someone please help me with this.

tablatronix commented 4 years ago

No idea are you using an example?

SudhaMaanasa commented 4 years ago

Yes

tablatronix commented 4 years ago

Which one, ill check and see if there is something wrong