├── LICENSE.md ├── README.md ├── boot.py ├── code.py ├── wifimgr-template.html └── wifimgr.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotpointer/circuitpython-wifimanager/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotpointer/circuitpython-wifimanager/HEAD/README.md -------------------------------------------------------------------------------- /boot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotpointer/circuitpython-wifimanager/HEAD/boot.py -------------------------------------------------------------------------------- /code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotpointer/circuitpython-wifimanager/HEAD/code.py -------------------------------------------------------------------------------- /wifimgr-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotpointer/circuitpython-wifimanager/HEAD/wifimgr-template.html -------------------------------------------------------------------------------- /wifimgr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotpointer/circuitpython-wifimanager/HEAD/wifimgr.py --------------------------------------------------------------------------------