esp32-wifi-manager icon indicating copy to clipboard operation
esp32-wifi-manager copied to clipboard

Captive Portal for ESP32 that can connect to a saved wireless network or start an access point where you can connect to existing wifis.

Results 39 esp32-wifi-manager issues
Sort by recently updated
recently updated
newest added

Looking to do a quick wipe of any saved SSID/passwords. As a quick fix, I'm just forcing the following conditional to fail to force it to go into the START_AP...

### Prerequisites - [x] I have written a descriptive issue title - [X] I have verified that I am using the latest version of esp32-wifi-manager - [x] I have searched...

The DNS server is, in some use cases, unwanted. I added the possibility to disable it as required. By default it is enable, so it doesn't change the actual behavior....

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of esp32-wifi-manager - [x] I have searched...

Hi, I'm trying to find out a way to stop wifi manager and restart it after a while; As my project has a ethernet conection, the goal is use ethernet...

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of esp32-wifi-manager - [x] I have searched...

**Is your feature request related to a problem? Please describe.** Currently the captive portal only supports WPA2. The ESP32 has WPA Enterprise support but it's not implemented by this library....

Hi @everyone, I just used AWS Freertos, then I want to add esp32-wifi-manager to AWS Freertos. is there any documentation on how to use aws freertos? I am very confused...

I noticed that including wifi_manager.h fails if these includes are not (implicitly) in the code. I propose to add them to allow easy inclusion.

**Actually we need to set the AP mode manually then we wants to store AP in a NVS. **we have crash when i use esp_wifi_set_mode(WIFI_MODE_APSTA) and start http and dns...