├── README.md ├── boot.py ├── config.json ├── index.html └── main.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matt4/micropython-captive-portal-network-setup/HEAD/README.md -------------------------------------------------------------------------------- /boot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matt4/micropython-captive-portal-network-setup/HEAD/boot.py -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matt4/micropython-captive-portal-network-setup/HEAD/index.html -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matt4/micropython-captive-portal-network-setup/HEAD/main.py --------------------------------------------------------------------------------