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
648 stars 214 forks source link

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

Open adamm opened 1 year ago

adamm commented 1 year 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