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 Issue #1676

Closed Jahangirnrl closed 10 months ago

Jahangirnrl commented 10 months ago

Hi, I have some issue of WiFiManager

  1. ON demand ----> when im using on demand then wifi not recconect, if i use AutoConnect then Reconncet problem was solved but i have situation ,

  2. situation is esp32 not powerd up and router or wifi also off then esp32 power on then autoconnect goes to ap mode and this time router power on and ap mode time out then autoconncet not work.

i want for the first time esp run as ap mode then wifi credential setup with web access, then any situation esp not restart , dont go ap mode, esp must wait for router then reconnect done. AP mode only arise when i press on demand button.

if this issue is considerable then solved it. thank you. and its great work done by you.