├── README.md ├── assets └── img1.png ├── create_new_password_and_regenerate_qr_code.sh ├── main.py └── reset_pico.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/predmijat/qr_wifi/HEAD/README.md -------------------------------------------------------------------------------- /assets/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/predmijat/qr_wifi/HEAD/assets/img1.png -------------------------------------------------------------------------------- /create_new_password_and_regenerate_qr_code.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/predmijat/qr_wifi/HEAD/create_new_password_and_regenerate_qr_code.sh -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/predmijat/qr_wifi/HEAD/main.py -------------------------------------------------------------------------------- /reset_pico.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/predmijat/qr_wifi/HEAD/reset_pico.py --------------------------------------------------------------------------------