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

Question - how to disable captive portal redirection in version 0.16.0? #1708

Open ateker01 opened 7 months ago

ateker01 commented 7 months ago

Hello,

In version 2.0.16-rc2 I see that updating the below line stops captive portal redirection and it works like a champ

_boolean       _enableCaptivePortal    = true;  // enable captive portal redirection_

How can I achieve the same behaviour with the latest GA release 0.16.0?

I would love to use the 2.0.16 but when i try to write anything to firebase, ESP crashes.