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

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

add the support for IDF 5.X this patch also cleanup examples to remove compiler warning

I got try to do multiple http_app_set_handler_hook(HTTP_GET, &my_get_handler).. it seems there is an hook error ![error in socket](https://github.com/tonyp7/esp32-wifi-manager/assets/110807683/b658490a-caf2-4504-831f-79807dd08692) ![handler hook](https://github.com/tonyp7/esp32-wifi-manager/assets/110807683/92fbe8c4-566a-4ab5-8218-927f7c48b902)

**Is your feature request related to a problem? Please describe.** Support IDF v5.0 **Describe the solution you'd like** Support IDF release/v5.0 ``` commit 7f4bcc36959b1c483897d643036f847eb08d270e (HEAD -> release/v5.0, origin/release/v5.0) Merge: 3f2f35bd5e...

Setting CONFIG_HTTPD_MAX_URI_LEN=1024 in your project's sdkconfig.defaults file will ensure the captive portal works on more devices, like Android. Also applied the setting as under the examples. Fixes #147

Fixed multicore error on default_demo examples. Fixed mdns not found error by registering component using yml file.

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