WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

ESP8266 WiFi Connection manager with web captive portal

Results 229 WiFiManager issues
Sort by recently updated
recently updated
newest added

As described in https://github.com/tzapu/WiFiManager/issues/1342#issuecomment-1861246376, the removal of the delay provides a significant improvement of connection time from 700ms to 200ms. This is especially important for battery powered devices.

### Basic Infos #### Hardware WiFimanager Branch/Release: 2.0.15-rc.1 Esp32: Hardware: ESP32-WROOM-DA Module Core Version: ### Description Problem description Upload "Basic" example to an ESP32. Start the system and connect a...

Needs Feeback
:signal_strength: WiFi

Is it possible to set basic authentication for the webpage? I want to keep the portal running always but it has to be protected against unwanted visitors.

moddified const char HTTP_STYLE[] added h1 and h3 to line 91 created a new .footer class on new line 96 example use setCustomHeadElement("Some Text");

In the projects that connect to the internet but at the same time offer some kind of web page for control, Retrieving ip and connecting to the device control panel...

Hi @tablatronix it would be nice if you could add networks by qrcode scanner , in multiple scenarios that I've witnessed the end user is not tech savvy and may...

idk if its just me doing it wrong or if this is a bug, but i noticed setConfigPortalTimeout will not work for me and the portal just keeps running, am...

Thought I'd share this html injection method to have a selection pull down menu while still setiing the value to a paremeter. Explaination: 1. It creates a 'text' labeled 'ahot'...

## PLEASE TRY Latest Master BRANCH before submitting bugs, in case they were already fixed. ## Issues without basic info will be ignored or closed! Please fill the info fields,...

### Basic Infos I would like to register multiple Wifi stations (SSID's). If the device enters the configportal it should be an option to keep (max 2) existing SSID's (show...