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

add option to set webserver listening port goal : ease coexistance with other components and their eventual webservers

**Feature request is related to a problem, not sure if it's intended by design, here it is:** When running the "default_demo" example, the code compiles and executes fine, but when...

### 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, Is it possible to use bluetooth and wifi at the "same time"? I've seen some examples related to BLE and WiFi coexist , [click here](https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/nimble/bleprph_wifi_coex/main/main.c) @tonyp7 ;)

Hi, it would be great if IPv6 would be supported, especially when the esp runs in STA mode.

### 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...

I was wondering why this library has its own bespoke NVS functionality. The esp-idf's wifi API already optionally stores SSID and password in NVS. It seems that this library could...

The main commit here (1af351e) is to deal with an issue where if esp32-wifi-manager is attempting to join an AP using stored AP details and can't join, when it attempts...

### 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...

I think you need to add dns_server_stop() inside wifi_manager_destroy() to properly stop and destroy the wifi_manager along with dns_server.