"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.
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.