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

### Basic Infos Generic ESP32 DevKit Module #### Hardware WiFimanager Branch/Release: Master version=2.0.13-beta Esp8266/Esp32: Generic ESP32 DevKit Module Hardware: ESP32-WROOM-32 Core Version: 2.0.5 ### Description `_length` member variable in `WiFiManagerParameter`...

bug

There are several open issues that all seem related to wifi being broken on esp32 s3 and c3, seems to work on the latest esp lib. Not sure if its...

bug
DEV Help Wanted
ESP32

I can't choose my WiFi because there are so many other networks in my house and the list of available networks is not scrollable in the Network prompt UI

Hi! I have a device that's on a network that can have a network disconnection for longer periods of time. Once the network is back I need the device to...

Hi, I am using this custom menu: ``` std::vector menu = {"wifi", "info", "param", "sep", "restart", "exit"}; wm.setMenu(menu); ``` which works very good, but for example if you are in...

Enables support for WifiManager as an ESP-IDF component. ESP-IDF is a popular development framework for ESP32 chips. This file is based on the CMakeLists.txt file from the popular Adafruit-GFX-Library library.

enhancement

### Basic Infos #### Hardware WiFimanager Branch/Release: Master Esp8285 Hardware: ESP-01f Core Version: 2.4.0, staging ### Description The same code compile in arduino is ok. But in platformio,there error. Thanks....

bug

## PLEASE TRY DEVELOPMENT BRANCH before submitting bugs on release or master, in case they were already fixed. ## Issues without basic info will be ignored or closed! Please fill...

when i connect to ap after restart get No Credentials are Saved, skipping connect error but with this commit repair this. and with CMakeLists.txt and component.mk file can use this...

bug

### Basic Infos #### Hardware WiFimanager Branch/Release: Master v2.0.11-beta ESP32 dev module ### Description **setHostname** does not set the host name. ### Settings in IDE Arduino IDE 1.8.16 ESP32 Core...

bug