micropython-captive-portal-network-setup
micropython-captive-portal-network-setup copied to clipboard
Can't add more paramethers on captive portal
I've tried to modify index.html to add more paramethers on the form, but I can't even see it on my phone. What should I do?
You likely need to update the regex with the additional parameters in the URL here: https://github.com/Matt4/micropython-captive-portal-network-setup/blob/master/boot.py#L102
I've fixed this bug, just patched boot.py, line 52, b"\x00\x00\x00\x00" to b"\x00\x01\x00\x00\x00\x00".