micropython-captive-portal-network-setup icon indicating copy to clipboard operation
micropython-captive-portal-network-setup copied to clipboard

Can't add more paramethers on captive portal

Open marcellomaugeri opened this issue 6 years ago • 2 comments

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?

marcellomaugeri avatar Sep 20 '19 17:09 marcellomaugeri

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

Matt4 avatar Dec 18 '19 18:12 Matt4

I've fixed this bug, just patched boot.py, line 52, b"\x00\x00\x00\x00" to b"\x00\x01\x00\x00\x00\x00".

oujialiang avatar Feb 21 '24 09:02 oujialiang