├── .gitignore ├── LICENSE ├── README.md └── run.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendan-myers/rpi3-wifi-conf/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendan-myers/rpi3-wifi-conf/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendan-myers/rpi3-wifi-conf/HEAD/README.md -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendan-myers/rpi3-wifi-conf/HEAD/run.py --------------------------------------------------------------------------------