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 WifiClientSecure, PubSubClient and WifiManager dont play nice together. #### Hardware NodeMCU dev board. ### Description When I use WifiManager, I cant connect to Secure MQTT broker. When...

Hi Is there any option exist in this library that after my board connected to external access point, do not disable internal ap of board ? I'm asking this because...

Hi, Is there any simple esp32 example on how to use wifimanager with deep sleep? I have to configure wifi credentials after each deep sleep/wake up round. I couldn't find...

Question

### Basic Infos #### Hardware WiFimanager Branch/Release: Master Esp32: Hardware: NodeMCUEsp32 Core Version: using latest master from git arduino-esp32 ### Description Problem description" I am getting errors while compiling basic...

duplicate
Needs Feeback

### Basic Infos #### Hardware **WiFimanager Branch/Release:** - [ ] Master - [x] Development **Esp8266/Esp32:** - [ ] ESP8266 - [x] ESP32 **Hardware: ESP-12e, esp01, esp25** - [ ] ESP01...

enhancement
DEV Help Wanted
In Progress
Branch

#### Hardware WiFimanager Branch/Release: Master commit 810f144 Esp8266/Esp32: Hardware: D1-mini lite ### Description WiFiManagerParameter class does not properly handle the C++ move constructor resulting in a use after free error....

enhancement
Branch

**How could we add custom html webpage** to the main menu of configuration page and **redirect to specific web address like** **_/custompage_** when user click on newly add ( created...

enhancement
Documentation

purpose example https://github.com/tzapu/WiFiManager/pull/1355

enhancement

I started to code up adding a WiFiManagerParameter to allow user entry of a hostname whilst setting up ssid (as I had wished to give each ESP32 a meaningful name...