WiFiManager
WiFiManager copied to clipboard
ESP8266 WiFi Connection manager with web captive portal
Hi, The intension of the below program is to connect a WIFI network dynamically and to access a simple web page. **Issue :- Able to connect a WIFI network successfully,...
### Basic Infos #### Hardware WiFimanager Branch/Release: Master 1.12.1 ESPAsyncWiFiManager.h Esp32: Wrover module Hardware: ESP32 board Core Version: 2.0.2 ### Description when wifiManager.setSTAStaticIPConfig(_ip, _gw, _sn); //is active in program if...
Clarify feature flow non-blocking/ondemand * close button * exit button * configportaltimeout * setWebPortalClientCheck * endpoint security? * wifi save modify
i identified a little issue with the autoconect using along with nonblocking config portal... it work pretty well if the internet source (modem router.. ) is on before the esp...
Hello, first of all, thank you very much for the great work. I have the following problem: I added two customfields. Everything works great. But after pressing the save button...
### Basic Infos #### Hardware WiFimanager Branch/Release: Master Esp8266/Esp32: ESP8266 / NodeMCU Hardware: ESP-12E Core Version: 2.4.0, staging ### Description Using NTPClient to get RTC doesnt work with wifimanager. Same...
### Basic Infos setAPStaticIPConfig(); doesn't work reliable. The problem is that WiFi.softAPConfig has to be called after WiFi.softAP. Fix: ```c++ if (_apPassword != "") { if(channel>0){ ret = WiFi.softAP(_apName.c_str(), _apPassword.c_str(),channel,_apHidden);...
I forked this a while back this year off the master (at the time). It's worked flawlessly using a smartphone, but I've recently noticed that when using a Windows computer...
This is a really simple feature request. I'd like to use this project both for it's Wifi management, but also as a general configuration page. To do this I run...