tonyp7 / esp32-wifi-manager

Captive Portal for ESP32 that can connect to a saved wireless network or start an access point where you can connect to existing wifis.
MIT License
684 stars 222 forks source link

Add documentation to resolve the "Header Fields are too long" issue #150

Open adamm opened 2 years ago

adamm commented 2 years ago

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